Construtor KeyAttributePair<T>

Initializes a new instance of the KeyAttributePair<T> class.

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

Sintaxe

'Declaração
Public Sub New ( _
    key As String, _
    value As T _
)
public KeyAttributePair(
    string key,
    T value
)
public:
KeyAttributePair(
    String^ key, 
    T value
)
new : 
        key:string * 
        value:'T -> KeyAttributePair
public function KeyAttributePair(
    key : String, 
    value : T
)

Parâmetros

  • key
    Tipo: System.String
    Uma string exclusiva para associar value.

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