Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Replaces the element at the specified index.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Protected Overrides Sub SetItem ( _
index As Integer, _
item As T _
)
'Utilisation
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
)
Paramètres
- index
Type : System.Int32
The zero-based index of the element to replace.
- item
Type : T
The new value for the element at the specified index.