Assembly.ExportedTypes 屬性

定義

取得這個元件中定義之公用型別的集合,這些公用型別在元件外部可見。

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)

屬性值

集合在此組件中定義且在組件外可見的公共類型集合。

屬性

適用於