GraphPathSerializationDictionary::Add Method (KeyValuePair<String^, String^>)
Visual Studio 2015
Add a path with the given name and value. An empty path is ignored.
Trailing slash is removed.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- item
-
Type:
System.Collections.Generic::KeyValuePair<String^, String^>
The name/value pair item to add
Implements
ICollection<T>::Add(T)
Show: