AttachedPropertyBrowsableWhenAttributePresentAttribute Classe
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.
Specifica che una proprietà associata è esplorabile solo per un elemento che ha anche un altro attributo di .NET specifico applicato alla definizione della classe corrispondente.
public ref class AttachedPropertyBrowsableWhenAttributePresentAttribute sealed : System::Windows::AttachedPropertyBrowsableAttribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class AttachedPropertyBrowsableWhenAttributePresentAttribute : System.Windows.AttachedPropertyBrowsableAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type AttachedPropertyBrowsableWhenAttributePresentAttribute = class
inherit AttachedPropertyBrowsableAttribute
Public NotInheritable Class AttachedPropertyBrowsableWhenAttributePresentAttribute
Inherits AttachedPropertyBrowsableAttribute
- Ereditarietà
-
AttachedPropertyBrowsableWhenAttributePresentAttribute
- Attributi
Commenti
Il significato del termine browsable
usato nelle descrizioni per questo attributo .NET Framework è analogo alle descrizioni specificate per BrowsableAttribute, ma lo stato esplorabile per una proprietà associata è particolarmente rilevante per le informazioni sulle proprietà per Extensible Application Markup Language (XAML), perché una proprietà associata è principalmente un concetto XAML.
Questo attributo .NET Framework deve essere applicato solo sulla funzione di accesso get delle definizioni di proprietà associate. Non applicare questo attributo .NET Framework alla funzione di accesso set. Anche se in modo intuitivo è l'operazione impostata che viene resa esplorabile per XAML sugli elementi pertinenti, è la presenza e le caratteristiche della funzione di accesso get sull'elemento che definisce la proprietà che controlla il comportamento vero.
Per informazioni generali sulla dichiarazione delle proprietà associate, vedere Panoramica delle proprietà associate.
Costruttori
AttachedPropertyBrowsableWhenAttributePresentAttribute(Type) |
Inizializza una nuova istanza della classe AttachedPropertyBrowsableWhenAttributePresentAttribute. |
Proprietà
AttributeType |
Ottiene il tipo dell'attributo .NET Framework che deve essere applicato anche a una classe. |
TypeId |
Quando è implementata in una classe derivata, ottiene un identificatore univoco della classe Attribute. (Ereditato da Attribute) |
Metodi
Equals(Object) |
Determina se l'attributo .NET Framework corrente AttachedPropertyBrowsableWhenAttributePresentAttribute è uguale a un oggetto specificato. |
GetHashCode() |
Restituisce il codice hash per questo AttachedPropertyBrowsableWhenAttributePresentAttribute attributo .NET Framework. |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) |
IsDefaultAttribute() |
In caso di override in una classe derivata, indica se il valore di questa istanza è il valore predefinito per la classe derivata. (Ereditato da Attribute) |
Match(Object) |
Quando è sottoposto a override in una classe derivata, restituisce un valore che indica se questa istanza equivale a un oggetto specificato. (Ereditato da Attribute) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
Implementazioni dell'interfaccia esplicita
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Esegue il mapping di un set di nomi a un set corrispondente di ID dispatch. (Ereditato da Attribute) |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) |
Recupera le informazioni sul tipo relative a un oggetto, che possono essere usate per ottenere informazioni sul tipo relative a un'interfaccia. (Ereditato da Attribute) |
_Attribute.GetTypeInfoCount(UInt32) |
Recupera il numero delle interfacce di informazioni sul tipo fornite da un oggetto (0 o 1). (Ereditato da Attribute) |
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Fornisce l'accesso a proprietà e metodi esposti da un oggetto. (Ereditato da Attribute) |