Construtor GraphDataObject

Construir nova GraphDataObject

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

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

GraphDataObject Classe

Namespace Microsoft.VisualStudio.GraphModel