Freigeben über


GraphPathSerializer.Add-Methode

Fügt alle Pfade in der angegebenen Auflistung hinzu.

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

Syntax

'Declaration
Public Sub Add ( _
    other As GraphPathSerializationDictionary _
)
public void Add(
    GraphPathSerializationDictionary other
)
public:
void Add(
    GraphPathSerializationDictionary^ other
)
member Add : 
        other:GraphPathSerializationDictionary -> unit
public function Add(
    other : GraphPathSerializationDictionary
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPathSerializer Klasse

Microsoft.VisualStudio.GraphModel-Namespace