Share via


GraphObject Constructor (Graph)

Protected constructor for Annotatable.

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

Syntax

'Declaration
Protected Sub New ( _
    owner As Graph _
)
protected GraphObject(
    Graph owner
)
protected:
GraphObject(
    Graph^ owner
)
new : 
        owner:Graph -> GraphObject
protected function GraphObject(
    owner : Graph
)

Parameters

.NET Framework Security

See Also

Reference

GraphObject Class

GraphObject Overload

Microsoft.VisualStudio.GraphModel Namespace