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 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.