Freigeben über


GraphObject-Konstruktor (Graph)

Geschützter Konstruktor für 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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

GraphObject-Überladung

Microsoft.VisualStudio.GraphModel-Namespace