GraphPathSerializationDictionary Konstruktoren

Definition

Überlädt

GraphPathSerializationDictionary()

Erstellen Sie eine leere Liste mit allgemeinen Pfaden.

GraphPathSerializationDictionary(GraphPathSerializationDictionary)

Erstellen Sie eine Kopie der commonpath aus einem anderen Objekt.

GraphPathSerializationDictionary()

Erstellen Sie eine leere Liste mit allgemeinen Pfaden.

public:
 GraphPathSerializationDictionary();
public GraphPathSerializationDictionary ();
Public Sub New ()

Gilt für

GraphPathSerializationDictionary(GraphPathSerializationDictionary)

Erstellen Sie eine Kopie der commonpath aus einem anderen Objekt.

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)

Parameter

other
GraphPathSerializationDictionary

Das andere Objekt, aus dem Pfade kopiert werden sollen.

Gilt für