AttachedPropertyBrowsableForTypeAttribute Constructor (Type^)

 

Initializes a new instance of the AttachedPropertyBrowsableForTypeAttribute class, using the provided targetType.

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

public:
AttachedPropertyBrowsableForTypeAttribute(
	Type^ targetType
)

Parameters

targetType
Type: System::Type^

The intended type that scopes the use of the attached property where this .NET Framework attribute applies.

.NET Framework
Available since 3.0
Return to top
Show: