AttachedPropertyBrowsableWhenAttributePresentAttribute Constructor (Type^)

 

Initializes a new instance of the AttachedPropertyBrowsableWhenAttributePresentAttribute class.

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

public:
AttachedPropertyBrowsableWhenAttributePresentAttribute(
	Type^ attributeType
)

Parameters

attributeType
Type: System::Type^

The Type of the  .NET Framework attribute that must also be applied on a class in order for the attached property to be browsable on the class where AttachedPropertyBrowsableWhenAttributePresentAttribute is applied..

.NET Framework
Available since 3.0
Return to top
Show: