ChartObjectCollectionBase<T,U> クラス

定義

チャートオブジェクトの集合のベースクラスを表します。

generic <typename T, typename U>
 where T : ChartObjectCollectionItem<U> where U : BaseInstancepublic ref class ChartObjectCollectionBase abstract : System::Collections::Generic::IEnumerable<T>
public abstract class ChartObjectCollectionBase<T,U> : System.Collections.Generic.IEnumerable<T> where T : ChartObjectCollectionItem<U> where U : BaseInstance
type ChartObjectCollectionBase<'T, 'U (requires 'T :> ChartObjectCollectionItem<'U> and 'U :> BaseInstance)> = class
    interface seq<'T (requires 'T :> ChartObjectCollectionItem<'U>)>
    interface IEnumerable
Public MustInherit Class ChartObjectCollectionBase(Of T, U)
Implements IEnumerable(Of T)

型パラメーター

T

コレクションベースにあるアイテムの種類。

U

チャートオブジェクトアイテムの種類。

継承
ChartObjectCollectionBase<T,U>
派生
実装

コンストラクター

名前 説明
ChartObjectCollectionBase<T,U>()

ChartObjectCollectionBase<T,U> クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Count

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

Item[Int32]

コレクション内のアイテムをインデックスで取得します。

メソッド

名前 説明
CreateChartObject(Int32)

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

GetEnumerator()

コレクションを反復処理する列挙子を取得します。

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

名前 説明
IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を取得します。

適用対象