GraphDataObject (Constructor)

Construya un nuevo GraphDataObject

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

GraphDataObject Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)