GraphPathSerializationDictionary Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
Das andere Objekt, aus dem Pfade kopiert werden sollen.