Proprietà KeyAttributePair<T>.Key

Ottiene la chiave per l'oggetto KeyAttributePair<T> corrente.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Key As String
    Get
public string Key { get; }
public:
property String^ Key {
    String^ get ();
}
member Key : string
function get Key () : String

Valore proprietà

Tipo: System.String
Chiave per l'oggetto KeyAttributePair<T> corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

KeyAttributePair<T> Struttura

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Architettura di modifica delle proprietà

Estensibilità di Progettazione WPF