AttachedPropertyBrowsableWhenAttributePresentAttribute::AttributeType Property

 

Gets the type of the  .NET Framework attribute that must also be applied on a class.

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

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

Property Value

Type: System::Type^

The  .NET Framework attribute type.

The AttributeType value can only be set through the attributeType parameter of the AttachedPropertyBrowsableWhenAttributePresentAttribute .NET Framework attribute constructor.

.NET Framework
Available since 3.0
Return to top
Show: