Propriedade KeyAttributePair<T>.Value

Obtém o Attribute para a atual KeyAttributePair<T>.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public ReadOnly Property Value As T
    Get
public T Value { get; }
public:
property T Value {
    T get ();
}
member Value : 'T
function get Value () : T

Valor de propriedade

Tipo: T
O Attribute para a atual KeyAttributePair<T>.

Segurança do .NET Framework

Consulte também

Referência

KeyAttributePair<T> Estrutura

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Propriedade de edição de arquitetura

Extensibilidade do WPF Designer