次の方法で共有


MapObjectCollectionBase<T>.Item プロパティ

指定したインデックスにあるアイテムを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As T
    Get
'使用
Dim instance As MapObjectCollectionBase 
Dim index As Integer 
Dim value As T

value = instance(index)
public override T this[
    int index
] { get; }
public:
virtual property T default[int index] {
    T get (int index) override;
}
abstract Item : 'T
override Item : 'T
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • index
    型: System.Int32
    アイテムのインデックス。

プロパティ値

型: T
指定したインデックスにあるマップ オブジェクト。

関連項目

参照

MapObjectCollectionBase<T> クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間