共用方式為


AttachedPropertyBrowsableForTypeAttribute.TargetType 屬性

定義

取得基底型別,此基底類型會限定套用這個.NET Framework屬性之附加屬性的使用範圍。

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

屬性值

Type

所要求的 Type

備註

這個屬性只能透過建構函式公開 AttachedPropertyBrowsableForTypeAttribute 的 .NET Framework 屬性宣告來設定。

適用於