Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Merges all new nodes and links from the given list of graph objects into this graph.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Merge ( _
other As IEnumerable(Of GraphObject) _
) As Boolean
public bool Merge(
IEnumerable<GraphObject> other
)
public:
bool Merge(
IEnumerable<GraphObject^>^ other
)
member Merge :
other:IEnumerable<GraphObject> -> bool
public function Merge(
other : IEnumerable<GraphObject>
) : boolean
Parameters
other
Type: IEnumerable<GraphObject>The list of graph objects to use as a source for merging.
Return Value
Type: 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.