Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
Protected MustOverride Sub InsertItem ( _
    index As Integer, _
    value As Object _
)
protected abstract void InsertItem(
    int index,
    Object value
)
protected:
virtual void InsertItem(
    int index, 
    Object^ value
) abstract
abstract InsertItem : 
        index:int * 
        value:Object -> unit 
protected abstract function InsertItem(
    index : int, 
    value : Object
)
Parameters
- index
 Type: System.Int32
- 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.