Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Replaces an item in the collection.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub SetItem ( _
index As Integer, _
item As T _
)
'Usage
Dim index As Integer
Dim item As T
Me.SetItem(index, item)
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: System.Int32
The index of the item to be replaced.
- item
Type: T
The item to be replaced.