Share via


AttachedPropertyBrowsableWhenAttributePresentAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase AttachedPropertyBrowsableWhenAttributePresentAttribute.

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

Parámetros

attributeType
Type

del Type atributo .NET Framework que también se debe aplicar en una clase para que la propiedad adjunta se pueda examinar en la clase donde AttachedPropertyBrowsableWhenAttributePresentAttribute se aplica.

Se aplica a