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)

public:
virtual void Add(
	KeyValuePair<String^, String^> item
) sealed

Parameters

item
Type: System.Collections.Generic::KeyValuePair<String^, String^>

The name/value pair item to add

Return to top
Show: