GraphLinkCollection.Get-Methode (GraphNodeId, GraphNodeId)
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Get ( _
sourceId As GraphNodeId, _
targetId As GraphNodeId _
) As GraphLink
public GraphLink Get(
GraphNodeId sourceId,
GraphNodeId targetId
)
public:
GraphLink^ Get(
GraphNodeId^ sourceId,
GraphNodeId^ targetId
)
member Get :
sourceId:GraphNodeId *
targetId:GraphNodeId -> GraphLink
public function Get(
sourceId : GraphNodeId,
targetId : GraphNodeId
) : GraphLink
Parameter
- sourceId
Typ: Microsoft.VisualStudio.GraphModel.GraphNodeId
- targetId
Typ: Microsoft.VisualStudio.GraphModel.GraphNodeId
Rückgabewert
Typ: Microsoft.VisualStudio.GraphModel.GraphLink
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.