バージョン

ObjectCollection クラス メソッド

このクラスのメンバの一覧は、ObjectCollectionメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドClearオーバーロードされます。 そのコンテンツの ObjectCollection を消去し、コントロール ツリーから関連付けられた Controls を削除します。  
Public メソッドContains指定された項目がコレクションに含まれる場合は true を返します。  
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドIndexOfコレクション内のオブジェクトのインデックスを返します。  
Public メソッドRemoveコレクションで見つかった場合は指定した collectionObject を削除します。  
Public メソッドRemoveAt  
Public メソッドSetDirtyコレクションのすべてのオブジェクトの ViewState をダーティにマークすると、それはクライアントへの往復のために保存されます。  
トップ
プロテクト メソッド
 名前解説
Protected メソッドCreateViewStateJournal  
Protected メソッドInternalAddオブジェクトをコレクションに追加します。  
Protected メソッドInternalClearオーバーロードされます。 内部コレクション データ構造を消去します。  
Protected メソッドInternalMoveコレクション内で項目をひとつのインデックスから別のインスタンスに移動します。  
Protected メソッドInternalRemoveオーバーロードされます。 コレクションから項目を削除します。  
Protected メソッドLoadViewState  
Protected メソッドLoadViewStateItems  
Protected メソッドOnClearオーバーライドされます。 コレクションが消去される時に関連付けられた Templates を消去します。  
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オーバーライドされます。 オブジェクトがコレクションから削除される時に関連付けられた Templates を消去します。  
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 メソッドOnValidateオーバーライドされます。 値は null 値ではないことを検証します。  
Protected メソッドSaveViewState  
Protected メソッドSaveViewStateItems  
トップ
参照