GraphPathSerializationDictionary::GetPath Method (String^)

 

Get the value of the path with the given name.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
String^ GetPath(
	String^ name
)

Parameters

name
Type: System::String^

The name of the path registered via Add.

Return Value

Type: System::String^

The name or null if it is not found

Return to top
Show: