GraphPathSerializationDictionary.Add Method (KeyValuePair<String, String>)
Add a path with the given name and value. An empty path is ignored.
Trailing slash is removed.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub Add ( _
item As KeyValuePair(Of String, String) _
)
public void Add(
KeyValuePair<string, string> item
)
public:
virtual void Add(
KeyValuePair<String^, String^> item
) sealed
abstract Add :
item:KeyValuePair<string, string> -> unit
override Add :
item:KeyValuePair<string, string> -> unit
public final function Add(
item : KeyValuePair<String, String>
)
Parameters
item
Type: KeyValuePair<String, String>The name/value pair item to add
Implements
ICollection.Add(UTP)
.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.