次の方法で共有


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

注釈

これは、メタデータ ストアにこの属性テーブルを追加した場合にどの型が更新されるかを調べるために使用できます。

適用対象