Assembly.ExportedTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個元件中定義之公用型別的集合,這些公用型別在元件外部可見。
public:
virtual property System::Collections::Generic::IEnumerable<Type ^> ^ ExportedTypes { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<Type> ExportedTypes { get; }
public virtual System.Collections.Generic.IEnumerable<Type> ExportedTypes { [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Types might be removed")] get; }
member this.ExportedTypes : seq<Type>
[<get: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Types might be removed")>]
member this.ExportedTypes : seq<Type>
Public Overridable ReadOnly Property ExportedTypes As IEnumerable(Of Type)
屬性值
集合在此組件中定義且在組件外可見的公共類型集合。
- 屬性