IVsDataExplorerNodeSelection.Remove, méthode (String, array<Object[])

Supprime le nœud spécifié 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 ( _
    typeName As String, _
    identifier As Object() _
) As Boolean
bool Remove(
    string typeName,
    Object[] identifier
)
bool Remove(
    String^ typeName, 
    array<Object^>^ identifier
)
abstract Remove : 
        typeName:string * 
        identifier:Object[] -> bool
function Remove(
    typeName : String, 
    identifier : Object[]
) : boolean

Paramètres

  • typeName
    Type : String

    Le nom du type d'objet de données représenté dans le nœud pour supprimer.

  • identifier
    Type : array<Object[]

    Un tableau de parties d'identificateur d'objet de données qui représentent le nœud.

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