VariableSizeList.GetItem Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
‘선언
Protected MustOverride Function GetItem ( _
index As Integer _
) As Object
protected abstract Object GetItem(
int index
)
protected:
virtual Object^ GetItem(
int index
) abstract
abstract GetItem :
index:int -> Object
protected abstract function GetItem(
index : int
) : Object
Parameters
- index
Type: System.Int32
Return Value
Type: System.Object
.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.