VariableSizeList.IndexOfItem Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Декларация
Protected Overridable Function IndexOfItem ( _
value As Object _
) As Integer
protected virtual int IndexOfItem(
Object value
)
protected:
virtual int IndexOfItem(
Object^ value
)
abstract IndexOfItem :
value:Object -> int
override IndexOfItem :
value:Object -> int
protected function IndexOfItem(
value : Object
) : int
Parameters
- value
Type: System.Object
Return Value
Type: System.Int32
.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.