BulkObservableCollection<T>.SetItem Method
Replaces the item at the specified location.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Protected Overrides Sub SetItem ( _
index As Integer, _
item As T _
)
protected override void SetItem(
int index,
T item
)
protected:
virtual void SetItem(
int index,
T item
) override
abstract SetItem :
index:int *
item:'T -> unit
override SetItem :
index:int *
item:'T -> unit
protected override function SetItem(
index : int,
item : T
)
Parameters
index
Type: Int32The location at which to replace the item.
item
Type: TThe item to replace.
.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.