GraphObject Constructors
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.
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