AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType プロパティ

定義

クラスにも適用する必要がある.NET Framework属性の型を取得します。

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

プロパティ値

.NET Framework属性の種類。

注釈

値はAttributeType、.NET Framework属性コンストラクターの AttachedPropertyBrowsableWhenAttributePresentAttribute パラメーターを使用attributeTypeしてのみ設定できます。

適用対象