Sdílet prostřednictvím


IVsDataReaderDescriptor.GetItemType – metoda (Int32)

Načítá datový typ položky dat nebo datové položky v zadaném indexu.

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

Syntaxe

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

Parametry

  • index
    Typ: System.Int32
    Index položky dat, které vrátí datový typ.

Vrácená hodnota

Typ: System.String
Typ dat položky umístěné v zadaném indexu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataReaderDescriptor Rozhraní

GetItemType – přetížení

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