AttachedPropertyBrowsableWhenAttributePresentAttribute(Type) Constructor

Definition

Initializes a new instance of the AttachedPropertyBrowsableWhenAttributePresentAttribute class.

public:
 AttachedPropertyBrowsableWhenAttributePresentAttribute(Type ^ attributeType);
public AttachedPropertyBrowsableWhenAttributePresentAttribute (Type attributeType);
new System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute : Type -> System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute
Public Sub New (attributeType As Type)

Parameters

attributeType
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.

Applies to