バージョン

PaintElementCollection クラス メンバ

PaintElementCollectionデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタPaintElementCollection コンストラクタオーバーロードされます。   
トップ
パブリック プロパティ
 名前解説
Public プロパティCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。
Public プロパティChartComponentコンテキストのチャート コンポーネント  
Public プロパティComponentこのPaintElementCollectionを実際に所有するチャート コンポーネント。  
Public プロパティCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public プロパティItemこのコレクション内の指定したインデックスのPaintElementを返します。  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected プロパティListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddこのコレクションに PaintElement を追加します。  
Public メソッドAddRangePaintElementsの配列をコレクションの最後に追加します。  
Public メソッドClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public メソッドClone現在のインスタンスをコピーして、新しいPaintElementCollectionオブジェクトを作成します。  
Public メソッドContains特定の PaintElement がこのコレクションのメンバーであるかどうかを決定します。  
Public メソッドCopyToこのコレクションのメンバーを配列にコピーします。  
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドIndexOfコレクション内の指定したPaintElementのインデックスを取得します。  
Public メソッドInsertPaintElementをコレクションの指定したインデックスに追加します。  
Public メソッドRemoveコレクションからPaintElementを削除します。  
Public メソッドRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。
Public メソッドToArrayこのコレクション上で PainElements を含む配列を作成し、リターンします。  
トップ
プロテクト メソッド
 名前解説
Protected メソッドOnClearPerforms additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnClearCompletePerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertCompletePerforms additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnRemoveオーバーライドされます。 このメソッドは、オブジェクトがコレクションから削除されるたびに呼び出されます。  
Protected メソッドOnRemoveCompletePerforms additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetPerforms additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetCompletePerforms additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnValidatePerforms additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。
トップ
参照