Share via


IVsDataReader.GetItem Method (Int32)

When implemented by a class, retrieves the value of the item at the specified index in the current block of data.

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

Syntax

'Declaration
Function GetItem ( _
    index As Integer _
) As Object
Object GetItem(
    int index
)
Object^ GetItem(
    int index
)
abstract GetItem : 
        index:int -> Object
function GetItem(
    index : int
) : Object

Parameters

  • index
    Type: System.Int32

    Index in the current block of the data item at which to retrieve the integer value.

Return Value

Type: System.Object
An integer value from the specified index in the current block of data.

.NET Framework Security

See Also

Reference

IVsDataReader Interface

GetItem Overload

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace