AttachedPropertyBrowsableWhenAttributePresentAttribute(Type) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Dell'attributo Type .NET Framework che deve essere applicato anche a una classe affinché la proprietà associata sia esplorabile nella classe in cui AttachedPropertyBrowsableWhenAttributePresentAttribute viene applicato.