AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得也必須在類別上套用之.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值只能透過 attributeType
.NET Framework屬性建構函式的 AttachedPropertyBrowsableWhenAttributePresentAttribute 參數來設定。