Sdílet prostřednictvím


IVsDataExplorerChildNodeCollection.IndexOf – metoda (String)

Načte index odpovídající zadanému názvu připojení uzlu.

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

Syntaxe

'Deklarace
Function IndexOf ( _
    name As String _
) As Integer
int IndexOf(
    string name
)
int IndexOf(
    String^ name
)
abstract IndexOf : 
        name:string -> int 
function IndexOf(
    name : String
) : int

Parametry

  • name
    Typ: System.String
    Název uzlu získat index pro připojení.

Vrácená hodnota

Typ: System.Int32
Index připojení uzlu v Server Explorer Pokud nalézt; jinak -1.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataExplorerChildNodeCollection Rozhraní

IndexOf – přetížení

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