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> を返します。
注釈
これを使用して、この属性テーブルがメタデータ ストアに追加されたときに更新される型を決定できます。