Proprietà KeyAttributePair<T>.Value

Ottiene l'oggetto Attribute 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 Value As T
    Get
public T Value { get; }
public:
property T Value {
    T get ();
}
member Value : 'T
function get Value () : T

Valore proprietà

Tipo: T
Interfaccia Attribute per l'insieme 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