AttributeTable.AttributedTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回所有型別的列舉,這些型別在屬性、成員或是型別本身都具有屬性覆寫。
public:
property System::Collections::Generic::IEnumerable<Type ^> ^ AttributedTypes { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Type> AttributedTypes { get; }
member this.AttributedTypes : seq<Type>
Public ReadOnly Property AttributedTypes As IEnumerable(Of Type)
屬性值
傳回 IEnumerable<T>。
備註
這可以用來決定此屬性表格加入至中繼資料存放區時將重新整理的型別。