Método GraphPathSerializer.Add
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)
Sintaxe
'Declaração
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
)
Parâmetros
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.