言語

LinearPointerCollection クラス

定義

LinearPointer オブジェクトのコレクションを表します。

public ref class LinearPointerCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::LinearPointer ^>
public sealed class LinearPointerCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.LinearPointer>
type LinearPointerCollection = class
    inherit GaugePanelObjectCollectionBase<LinearPointer>
Public NotInheritable Class LinearPointerCollection
Inherits GaugePanelObjectCollectionBase(Of LinearPointer)
継承

プロパティ

名前 説明
Count

コレクション内のアイテムの数を取得します。

Item[Int32]

指定したインデックス位置にある項目を取得します。

(継承元 GaugePanelObjectCollectionBase<T>)
Item[String]

指定された名前のアイテムを取得します。

メソッド

名前 説明
CreateGaugePanelObject(Int32)

指定されたインデックスでゲージパネルオブジェクトを作成します。

(継承元 GaugePanelObjectCollectionBase<T>)
GetEnumerator()

この GaugePanelObjectCollectionBase<T>を反復する列挙子を手に入れます。

(継承元 GaugePanelObjectCollectionBase<T>)

明示的なインターフェイスの実装

名前 説明
IEnumerable.GetEnumerator()

この GaugePanelObjectCollectionBase<T>を反復する列挙子を手に入れます。

(継承元 GaugePanelObjectCollectionBase<T>)

適用対象