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