Sdílet prostřednictvím


IVsDataExplorerNodeSelection.Remove – metoda (Int32)

Odstraní uzel určený hodnotou číselný identifikátor skupiny výběru uzlu.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Function Remove ( _
    itemId As Integer _
) As Boolean
bool Remove(
    int itemId
)
bool Remove(
    int itemId
)
abstract Remove : 
        itemId:int -> bool 
function Remove(
    itemId : int
) : boolean

Parametry

  • itemId
    Typ: System.Int32
    Číselná hodnota identifikuje uzel, který má být odebrán.

Vrácená hodnota

Typ: System.Boolean
true Pokud uzel byl odebrán; jinak false .

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataExplorerNodeSelection Rozhraní

Remove – přetížení

Microsoft.VisualStudio.Data.Services – obor názvů