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
other
Typ: Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionaryDie allgemeinen Pfade, um diesem Serialisierungsprogramm hinzuzufügen.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.