共用方式為


RdlCollectionBase<T>.IList.Item 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the element at the specified index.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Private Property Item ( _
    index As Integer _
) As Object Implements IList.Item 
    Get 
    Set
'用途
Dim instance As RdlCollectionBase 
Dim index As Integer 
Dim value As Object 

value = CType(instance, IList).Item(index)

CType(instance, IList).Item(index) = value
Object IList.this[
    int index
] { get; set; }
private:
virtual property Object^ Item[int index] {
    Object^ get (int index) sealed = IList::Item::get;
    void set (int index, Object^ value) sealed = IList::Item::set;
}
private abstract Item : Object with get, set 
private override Item : Object with get, set
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

參數

  • index
    型別:System.Int32
    The zero-based index of the element to get or set.

屬性值

型別:System.Object
The element at the specified index.

實作

IList.Item[Int32]

請參閱

參考

RdlCollectionBase<T> 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間