Share via


GraphObject.WrapGraphObject Method

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.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Protected Friend Sub WrapGraphObject ( _
    other As GraphObject _
)
protected internal void WrapGraphObject(
    GraphObject other
)
protected public:
void WrapGraphObject(
    GraphObject^ other
)
member WrapGraphObject : 
        other:GraphObject -> unit
function WrapGraphObject(
    other : GraphObject
)

Parameters

.NET Framework Security

See Also

Reference

GraphObject Class

Microsoft.VisualStudio.GraphModel Namespace