AttachedPropertyBrowsableForTypeAttribute.TargetType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得基底型別,此基底類型會限定套用這個.NET Framework屬性之附加屬性的使用範圍。
public:
property Type ^ TargetType { Type ^ get(); };
public Type TargetType { get; }
member this.TargetType : Type
Public ReadOnly Property TargetType As Type
屬性值
所要求的 Type。
備註
這個屬性只能透過建構函式公開 AttachedPropertyBrowsableForTypeAttribute 的 .NET Framework 屬性宣告來設定。