Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.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.
.NET Framework Security
- 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