AttachedPropertyBrowsableForTypeAttribute.TargetType Property

Definition

Gets the base type that scopes the use of the attached property where this .NET Framework attribute applies.

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

Property Value

The requested Type.

Remarks

This property is settable only via the .NET Framework attribute declaration as exposed by the AttachedPropertyBrowsableForTypeAttribute constructor.

Applies to