IVsDataExplorerNodeSelection.Remove, méthode (String)
Supprime le nœud spécifié par son nom complet du groupe de sélection de nœud.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
Function Remove ( _
fullName As String _
) As Boolean
bool Remove(
string fullName
)
bool Remove(
String^ fullName
)
abstract Remove :
fullName:string -> bool
function Remove(
fullName : String
) : boolean
Paramètres
- fullName
Type : System.String
Le nom complet du nœud à supprimer.
Valeur de retour
Type : System.Boolean
true si le nœud est supprimé ; sinon, false.
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.