GraphPathSerializationDictionary Constructors
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.
Overloads
GraphPathSerializationDictionary() |
Create empty list of common paths. |
GraphPathSerializationDictionary(GraphPathSerializationDictionary) |
Create a copy of the CommonPaths from another object. |
GraphPathSerializationDictionary()
Create empty list of common paths.
public:
GraphPathSerializationDictionary();
public GraphPathSerializationDictionary ();
Public Sub New ()
Applies to
GraphPathSerializationDictionary(GraphPathSerializationDictionary)
Create a copy of the CommonPaths from another object.
public:
GraphPathSerializationDictionary(Microsoft::VisualStudio::GraphModel::GraphPathSerializationDictionary ^ other);
public GraphPathSerializationDictionary (Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary other);
new Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary : Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary -> Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary
Public Sub New (other As GraphPathSerializationDictionary)
Parameters
The other object from which to copy paths