Share via


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 : String

    Le nom complet du nœud à supprimer.

Valeur de retour

Type : Boolean
true si le nœud est supprimé ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNodeSelection Interface

Remove, surcharge

Microsoft.VisualStudio.Data.Services, espace de noms