Share via


IVsDataReaderDescriptor.GetItemType Method (Int32)

Retrieves the data type of a data item or data items at the specified index.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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

Parameters

  • index
    Type: System.Int32

    Index of the data item for which to return the data type.

Return Value

Type: System.String
The type of the data items located at the specified index.

.NET Framework Security

See Also

Reference

IVsDataReaderDescriptor Interface

GetItemType Overload

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace