Sdílet prostřednictvím


IVsDataExplorerChildNodeCollection.IndexOf – metoda (Int32)

Načte index uzel připojení odpovídající identifikátor objektu zadaného data.

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

Syntaxe

'Deklarace
Function IndexOf ( _
    itemId As Integer _
) As Integer
int IndexOf(
    int itemId
)
int IndexOf(
    int itemId
)
abstract IndexOf : 
        itemId:int -> int 
function IndexOf(
    itemId : int
) : int

Parametry

  • itemId
    Typ: System.Int32
    Celočíselná hodnota představující ID objektu data.

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ů