IVsDataReaderDescriptor.GetItemType – metoda (Int32, DataItemTypeFormat)
Načítá datový typ položky dat nebo datové položky v zadaném indexu v zadaném formátu.
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, _
itemTypeFormat As DataItemTypeFormat _
) As Object
Object GetItemType(
int index,
DataItemTypeFormat itemTypeFormat
)
Object^ GetItemType(
int index,
DataItemTypeFormat itemTypeFormat
)
abstract GetItemType :
index:int *
itemTypeFormat:DataItemTypeFormat -> Object
function GetItemType(
index : int,
itemTypeFormat : DataItemTypeFormat
) : Object
Parametry
- index
Typ: System.Int32
Index položky dat, které vrátí datový typ.
- itemTypeFormat
Typ: Microsoft.VisualStudio.Data.Services.SupportEntities.DataItemTypeFormat
Hodnota z DataItemTypeFormat výčet určující formát dat zadejte vrátit.
Vrácená hodnota
Typ: System.Object
Typ dat položky umístěné v zadaném indexu v zadaném formátu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
IVsDataReaderDescriptor Rozhraní
Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů