GraphPathSerializationDictionary.Add, méthode (String, String)
Ajoute un chemin d'accès portant le nom et la valeur spécifiés.Chemin d'accès vide ignoré.
La barre oblique finale est supprimée.
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
Nom du chemin d'accès
- value
Type : System.String
La valeur
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.