Partager via


KeyAttributePair<T>.Key, propriété

Obtient la clé pour le KeyAttributePair<T> en cours.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Valeur de propriété

Type : System.String
Clé pour le KeyAttributePair<T> en cours.

Sécurité .NET Framework

Voir aussi

Référence

KeyAttributePair<T> Structure

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Architecture d'édition de propriété

Extensibilité du Concepteur WPF