GraphPathSerializer::UsedPaths Property
Visual Studio 2015
Gets the list of paths that were used by the combined calls to Deserialize() or Serialize().
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property GraphPathSerializationDictionary^ UsedPaths { GraphPathSerializationDictionary^ get(); }
Property Value
Type: Microsoft.VisualStudio.GraphModel::GraphPathSerializationDictionary^Returns GraphPathSerializationDictionary.
Show: