CustomAttributeData.AttributeType プロパティ

定義

属性の型を取得します。

public:
 virtual property Type ^ AttributeType { Type ^ get(); };
public:
 property Type ^ AttributeType { Type ^ get(); };
public virtual Type AttributeType { get; }
public Type AttributeType { get; }
member this.AttributeType : Type
Public Overridable ReadOnly Property AttributeType As Type
Public ReadOnly Property AttributeType As Type

プロパティ値

属性の型。

適用対象