Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Merges all new nodes and links from the given graph into this graph.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Merge ( _
other As Graph _
) As Boolean
public bool Merge(
Graph other
)
public:
bool Merge(
Graph^ other
)
member Merge :
other:Graph -> bool
public function Merge(
other : Graph
) : boolean
Parameters
other
Type: Microsoft.VisualStudio.GraphModel.GraphThe graph to use as a source for merging.
Return Value
Type: System.Boolean
True if the graph was changed. Otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.