GraphPathSerializationDictionary.Add Method (String, String)
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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
)
Parameters
- key
Type: System.String
- value
Type: System.String
Implements
IDictionary<TKey, TValue>.Add(TKey, TValue)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.