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; }
member this.ExportedTypes : seq<Type>
Public Overridable ReadOnly Property ExportedTypes As IEnumerable(Of Type)
屬性值
在這個組件中定義的公用類型,而這些類型在組件外部是可見的。