共用方式為


GraphPathSerializationDictionary Constructors

Definition

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

other
GraphPathSerializationDictionary

The other object from which to copy paths

Applies to