GraphPathSerializer.UsedPaths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the list of paths that were used by the combined calls to Deserialize() or Serialize().
public:
property Microsoft::VisualStudio::GraphModel::GraphPathSerializationDictionary ^ UsedPaths { Microsoft::VisualStudio::GraphModel::GraphPathSerializationDictionary ^ get(); };
public Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary UsedPaths { get; }
member this.UsedPaths : Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary
Public ReadOnly Property UsedPaths As GraphPathSerializationDictionary