Sdílet prostřednictvím


IVsDataExplorerNodeSelection.Remove – metoda (String)

Odstraní uzel určený k plným názvem ze 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 ( _
    fullName As String _
) As Boolean
bool Remove(
    string fullName
)
bool Remove(
    String^ fullName
)
abstract Remove : 
        fullName:string -> bool 
function Remove(
    fullName : String
) : boolean

Parametry

  • fullName
    Typ: System.String
    Úplný název uzlu, který chcete odebrat.

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ů