AttachedPropertyBrowsableForTypeAttribute(Type) Constructor

Definition

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

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

Parameters

targetType
Type

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

Applies to