ItemTemplateCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ItemTemplateCollection コンストラクタ | ItemTemplateCollection のコンストラクター。 |
名前 | 解説 | |
---|---|---|
Count | Gets the number of server controls in the System.Web.UI.ControlCollection object for the specified ASP.NET server control. System.Web.UI.ControlCollectionから継承されます。 | |
IsReadOnly | Gets a value indicating whether the System.Web.UI.ControlCollection object is read-only. System.Web.UI.ControlCollectionから継承されます。 | |
IsSynchronized | Gets a value indicating whether the System.Web.UI.ControlCollection object is synchronized. System.Web.UI.ControlCollectionから継承されます。 | |
Item | ItemTemplateCollection のタイプ固有のインデクサー。コレクション内の指定したインデックスにある ItemTemplate を返します。 | |
SyncRoot | Gets an object that can be used to synchronize access to the collection of controls. System.Web.UI.ControlCollectionから継承されます。 |
名前 | 解説 | |
---|---|---|
Owner | Gets the ASP.NET server control to which the System.Web.UI.ControlCollection object belongs. System.Web.UI.ControlCollectionから継承されます。 |
名前 | 解説 | |
---|---|---|
Add | Adds the specified System.Web.UI.Control object to the collection. System.Web.UI.ControlCollectionから継承されます。 | |
AddAt | Adds the specified System.Web.UI.Control object to the collection at the specified index location. System.Web.UI.ControlCollectionから継承されます。 | |
Clear | Removes all controls from the current server control's System.Web.UI.ControlCollection object. System.Web.UI.ControlCollectionから継承されます。 | |
Contains | Determines whether the specified server control is in the parent server control's System.Web.UI.ControlCollection object. System.Web.UI.ControlCollectionから継承されます。 | |
CopyTo | Copies 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から継承されます。 | |
GetEnumerator | Retrieves an enumerator that can iterate through the System.Web.UI.ControlCollection object. System.Web.UI.ControlCollectionから継承されます。 | |
IndexOf | Retrieves the index of a specified System.Web.UI.Control object in the collection. System.Web.UI.ControlCollectionから継承されます。 | |
Remove | Removes the specified server control from the parent server control's System.Web.UI.ControlCollection object. System.Web.UI.ControlCollectionから継承されます。 | |
RemoveAt | Removes a child control, at the specified index location, from the System.Web.UI.ControlCollection object. System.Web.UI.ControlCollectionから継承されます。 |