GraphObject.WrapGraphObject(GraphObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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