次の方法で共有


GaugePanelObjectCollectionBase<T>.Item プロパティ

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

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

構文

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

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

パラメーター

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

プロパティ値

型: T
指定されたインデックスにあるアイテム。

関連項目

参照

GaugePanelObjectCollectionBase<T> クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間