Graph.Paths 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.
CommonPaths found by the serializer during load which we will also use during save.
public:
property Microsoft::VisualStudio::GraphModel::GraphPathSerializationDictionary ^ Paths { Microsoft::VisualStudio::GraphModel::GraphPathSerializationDictionary ^ get(); };
public Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary Paths { get; }
member this.Paths : Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary
Public ReadOnly Property Paths As GraphPathSerializationDictionary