GraphObject.WrapGraphObject(GraphObject) Method

Definition

Modifies the current graph object to share the same property and categories as the given graph object. The wrapper and wrappee graph objects will always have identical sets of properties and categories.

protected public:
 void WrapGraphObject(Microsoft::VisualStudio::GraphModel::GraphObject ^ other);
protected internal void WrapGraphObject (Microsoft.VisualStudio.GraphModel.GraphObject other);
member this.WrapGraphObject : Microsoft.VisualStudio.GraphModel.GraphObject -> unit
Protected Friend Sub WrapGraphObject (other As GraphObject)

Parameters

other
GraphObject

Applies to