KeyAttributePair<T> (Constructor)

Inicializa una nueva instancia de la clase KeyAttributePair<T>.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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
    Una cadena única que se va a asociar a value.
  • value
    Tipo: T
    Objeto Attribute que se va a asociar a key.

Seguridad de .NET Framework

Vea también

Referencia

KeyAttributePair<T> Estructura

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Arquitectura de edición de propiedades

Extensibilidad de WPF Designer