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; }
member this.ExportedTypes : seq<Type>
Public Overridable ReadOnly Property ExportedTypes As IEnumerable(Of Type)

屬性值

在這個組件中定義的公用類型,而這些類型在組件外部是可見的。

適用於