GraphPathSerializationDictionary::Add Method (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(
	String^ key,
	String^ value
) sealed

Parameters

key
Type: System::String^

The name of the path

value
Type: System::String^

The value

Return to top
Show: