IVsDataExplorerNodeSelection.Remove, méthode (IVsDataObject)

Supprime le nœud spécifié par un objet de données 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 ( _
    obj As IVsDataObject _
) As Boolean
bool Remove(
    IVsDataObject obj
)
bool Remove(
    IVsDataObject^ obj
)
abstract Remove : 
        obj:IVsDataObject -> bool
function Remove(
    obj : IVsDataObject
) : boolean

Paramètres

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