Freigeben über


RdlCollectionBase<T>.SetItem-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Replaces the element at the specified index.

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
)

Parameter

  • index
    Typ: System.Int32
    The zero-based index of the element to replace.
  • item
    Typ: T
    The new value for the element at the specified index.

Siehe auch

Verweis

RdlCollectionBase<T> Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace