GraphDataObject Constructor (Graph, Guid)

Construct new GraphDataObject

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

Syntax

'Declaration
Public Sub New ( _
    graph As Graph, _
    sourceId As Guid _
)
public GraphDataObject(
    Graph graph,
    Guid sourceId
)
public:
GraphDataObject(
    Graph^ graph, 
    Guid sourceId
)
new : 
        graph:Graph * 
        sourceId:Guid -> GraphDataObject
public function GraphDataObject(
    graph : Graph, 
    sourceId : Guid
)

Parameters

  • sourceId
    Type: Guid

    The source Id of the Graph.

.NET Framework Security

See Also

Reference

GraphDataObject Class

GraphDataObject Overload

Microsoft.VisualStudio.GraphModel Namespace