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

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

Se aplica a