Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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