GraphLinkCollection.GetOrCreate, méthode (String, GraphNodeId)
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Function GetOrCreate ( _
sourceId As String, _
targetId As GraphNodeId _
) As GraphLink
public GraphLink GetOrCreate(
string sourceId,
GraphNodeId targetId
)
public:
GraphLink^ GetOrCreate(
String^ sourceId,
GraphNodeId^ targetId
)
member GetOrCreate :
sourceId:string *
targetId:GraphNodeId -> GraphLink
public function GetOrCreate(
sourceId : String,
targetId : GraphNodeId
) : GraphLink
Paramètres
- sourceId
Type : System.String
- targetId
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
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.