AttachedPropertyBrowsableWhenAttributePresentAttribute(Type) Costruttore

Definizione

Inizializza una nuova istanza della classe AttachedPropertyBrowsableWhenAttributePresentAttribute.

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

Parametri

attributeType
Type

Il Type dell'attributo .NET Framework che deve essere applicato anche a una classe affinché la proprietà associata sia esplorabile nella classe in cui viene applicato AttachedPropertyBrowsableWhenAttributePresentAttribute.

Si applica a