GraphDataObject (Constructor) (Graph, Guid)

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

  • sourceId
    Tipo: System.Guid
    El id. del origen del gráfico.

Seguridad de .NET Framework

Vea también

Referencia

GraphDataObject Clase

GraphDataObject (Sobrecarga)

Microsoft.VisualStudio.GraphModel (Espacio de nombres)