バージョン

WebObjectsCollectionBase クラス メンバ

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

パブリック プロパティ
 名前解説
Public プロパティCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。
Public プロパティCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public プロパティIsReadOnlyコレクションが読み取り専用の場合、True を返します。  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティEnableViewStateこのWebObjectのViewStateの追跡をONにします。  
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から継承されます。
Protected プロパティOwnerこのオブジェクトが属している親のオーナー。  
トップ
パブリック メソッド
 名前解説
Public メソッドClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public メソッドContains指定された項目がコレクションに含まれる場合は true を返します。  
Public メソッドCopyToコレクションの項目を配列にコピーします。  
Public メソッドCreateObjectType  
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドGetItemIServiceProvider  
Public メソッドIndexOfコレクション内のオブジェクトのインデックスを返します。  
Public メソッドRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。
Public メソッドSetDirty  
トップ
プロテクト メソッド
 名前解説
Protected メソッドGetObjectTypes  
Protected メソッドInternalAddオブジェクトをコレクションに追加します。  
Protected メソッドInternalClearコレクションをクリアします。  
Protected メソッドInternalInsertオブジェクトをコレクションに追加します。  
Protected メソッドInternalRemoveオーバーロードされます。 コレクションから項目を削除します。  
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 メソッドOnInsertオーバーロードされます。 Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance.  
Protected メソッドOnInsertCompleteオーバーロードされます。 Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance.  
Protected メソッドOnRemovePerforms additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
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 メソッドOnStateRestored  
Protected メソッドOnValidateオーバーロードされます。 Performs additional custom processes when validating a value.  
Protected メソッドSetDirtyObject  
トップ
参照