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
- key
Type : System.String
Chaîne unique à associer à value.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms