AttachedPropertyBrowsableForTypeAttribute::TargetType Property

 

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

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property Type^ TargetType {
	Type^ get();
}

Property Value

Type: System::Type^

The requested Type.

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

.NET Framework
Available since 3.0
Return to top
Show: