AttributeTable.AttributedTypes プロパティ

定義

プロパティ、メンバー、または型自体に対して、属性のオーバーライドを持つすべての型の列挙型を返します。

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> を返します。

注釈

これを使用して、この属性テーブルがメタデータ ストアに追加されたときに更新される型を決定できます。

適用対象