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