GraphObject Constructors

Definition

Overloads

GraphObject()

Protected constructor for GraphObject

GraphObject(Graph)

Protected constructor for GraphObject

GraphObject()

Protected constructor for GraphObject

protected:
 GraphObject();
protected GraphObject ();
Protected Sub New ()

Applies to

GraphObject(Graph)

Protected constructor for GraphObject

protected:
 GraphObject(Microsoft::VisualStudio::GraphModel::Graph ^ owner);
protected GraphObject (Microsoft.VisualStudio.GraphModel.Graph owner);
new Microsoft.VisualStudio.GraphModel.GraphObject : Microsoft.VisualStudio.GraphModel.Graph -> Microsoft.VisualStudio.GraphModel.GraphObject
Protected Sub New (owner As Graph)

Parameters

owner
Graph

The owning Graph object, or null

Applies to