GraphLinkCollection.Remove, méthode (String, String, GraphCategory)
Supprime la catégorie donnée en fonction du lien entre la source et la cible et, s'il s'agit de la dernière catégorie, supprime le lien également.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Function Remove ( _
sourceId As String, _
targetId As String, _
category As GraphCategory _
) As GraphLink
public GraphLink Remove(
string sourceId,
string targetId,
GraphCategory category
)
public:
GraphLink^ Remove(
String^ sourceId,
String^ targetId,
GraphCategory^ category
)
member Remove :
sourceId:string *
targetId:string *
category:GraphCategory -> GraphLink
public function Remove(
sourceId : String,
targetId : String,
category : GraphCategory
) : GraphLink
Paramètres
- sourceId
Type : System.String
source
- targetId
Type : System.String
target
- category
Type : Microsoft.VisualStudio.GraphModel.GraphCategory
Catégorie
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphLink
Le lien qui a été supprimé ou null si le lien a toujours d'autres catégories
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.