AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType プロパティ

定義

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

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

プロパティ値

.NET属性の型。

注釈

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

適用対象