GraphPathSerializationDictionary.Add, méthode (String, String)
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
key As String, _
value As String _
)
public void Add(
string key,
string value
)
public:
virtual void Add(
String^ key,
String^ value
) sealed
abstract Add :
key:string *
value:string -> unit
override Add :
key:string *
value:string -> unit
public final function Add(
key : String,
value : String
)
Paramètres
- key
Type : System.String
- value
Type : System.String
Implémentations
IDictionary<TKey, TValue>.Add(TKey, TValue)
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.