Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
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.