Freigeben über


GraphPathSerializer.UsedPaths-Eigenschaft

Ruft die Liste von Pfaden ab, die die kombinierten durch Aufrufe Deserialize() oder zu Serialize()verwendet wurden.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property UsedPaths As GraphPathSerializationDictionary
public GraphPathSerializationDictionary UsedPaths { get; }
public:
property GraphPathSerializationDictionary^ UsedPaths {
    GraphPathSerializationDictionary^ get ();
}
member UsedPaths : GraphPathSerializationDictionary with get
function get UsedPaths () : GraphPathSerializationDictionary

Eigenschaftswert

Typ: Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary
Gibt GraphPathSerializationDictionary zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPathSerializer Klasse

Microsoft.VisualStudio.GraphModel-Namespace