GraphLinkCollection.GetOrCreate, méthode (GraphNodeId, String)
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Function GetOrCreate ( _
sourceId As GraphNodeId, _
targetId As String _
) As GraphLink
public GraphLink GetOrCreate(
GraphNodeId sourceId,
string targetId
)
public:
GraphLink^ GetOrCreate(
GraphNodeId^ sourceId,
String^ targetId
)
member GetOrCreate :
sourceId:GraphNodeId *
targetId:string -> GraphLink
public function GetOrCreate(
sourceId : GraphNodeId,
targetId : String
) : GraphLink
Paramètres
- sourceId
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
- targetId
Type : System.String
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphLink
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.