Graph::Paths Property

 

CommonPaths found by the serializer during load which we will also use during save.

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

public:
property GraphPathSerializationDictionary^ Paths {
	GraphPathSerializationDictionary^ get();
	internal: void set(GraphPathSerializationDictionary^ value);
}
Return to top
Show: