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
'宣言
Function GetItem ( _
index As Integer _
) As Object
'使用
Dim instance As IVsDataReader
Dim index As Integer
Dim returnValue As Object
returnValue = instance.GetItem(index)
Object GetItem(
int index
)
Object^ GetItem(
int index
)
function GetItem(
index : int
) : Object
Parameters
index
Type: System.Int32Index 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.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace