バージョン

ItemTemplateCollection クラス メンバ

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

パブリック コンストラクタ
 名前解説
Public コンストラクタItemTemplateCollection コンストラクタItemTemplateCollection のコンストラクター。  
トップ
パブリック プロパティ
 名前解説
Public プロパティCountGets the number of server controls in the System.Web.UI.ControlCollection object for the specified ASP.NET server control. System.Web.UI.ControlCollectionから継承されます。
Public プロパティIsReadOnlyGets a value indicating whether the System.Web.UI.ControlCollection object is read-only. System.Web.UI.ControlCollectionから継承されます。
Public プロパティIsSynchronizedGets a value indicating whether the System.Web.UI.ControlCollection object is synchronized. System.Web.UI.ControlCollectionから継承されます。
Public プロパティItemItemTemplateCollection のタイプ固有のインデクサー。コレクション内の指定したインデックスにある ItemTemplate を返します。  
Public プロパティSyncRootGets an object that can be used to synchronize access to the collection of controls. System.Web.UI.ControlCollectionから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティOwnerGets the ASP.NET server control to which the System.Web.UI.ControlCollection object belongs. System.Web.UI.ControlCollectionから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddAdds the specified System.Web.UI.Control object to the collection. System.Web.UI.ControlCollectionから継承されます。
Public メソッドAddAtAdds the specified System.Web.UI.Control object to the collection at the specified index location. System.Web.UI.ControlCollectionから継承されます。
Public メソッドClearRemoves all controls from the current server control's System.Web.UI.ControlCollection object. System.Web.UI.ControlCollectionから継承されます。
Public メソッドContainsDetermines whether the specified server control is in the parent server control's System.Web.UI.ControlCollection object. System.Web.UI.ControlCollectionから継承されます。
Public メソッドCopyToCopies the child controls stored in the System.Web.UI.ControlCollection object to an System.Array object, beginning at the specified index location in the System.Array. System.Web.UI.ControlCollectionから継承されます。
Public メソッドGetEnumeratorRetrieves an enumerator that can iterate through the System.Web.UI.ControlCollection object. System.Web.UI.ControlCollectionから継承されます。
Public メソッドIndexOfRetrieves the index of a specified System.Web.UI.Control object in the collection. System.Web.UI.ControlCollectionから継承されます。
Public メソッドRemoveRemoves the specified server control from the parent server control's System.Web.UI.ControlCollection object. System.Web.UI.ControlCollectionから継承されます。
Public メソッドRemoveAtRemoves a child control, at the specified index location, from the System.Web.UI.ControlCollection object. System.Web.UI.ControlCollectionから継承されます。
トップ
参照