Partager via


KeyAttributePair<T>, constructeur

Initialise une nouvelle instance de la classe KeyAttributePair<T>.

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

Syntaxe

'Déclaration
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
)

Paramètres

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