GraphPathSerializer::UsedPaths Property

 

Gets the list of paths that were used by the combined calls to Deserialize() or Serialize().

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

public:
property GraphPathSerializationDictionary^ UsedPaths {
	GraphPathSerializationDictionary^ get();
}
Return to top
Show: