GraphPathSerializer.Add(GraphPathSerializationDictionary) 方法

定义

添加给定集合中的所有路径。

public:
 void Add(Microsoft::VisualStudio::GraphModel::GraphPathSerializationDictionary ^ other);
public void Add (Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary other);
member this.Add : Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary -> unit
Public Sub Add (other As GraphPathSerializationDictionary)

参数

other
GraphPathSerializationDictionary

要添加到此序列化程序的公共路径

适用于