TemplateGroupCollection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Adds the specified TemplateGroup object to the end of the collection. |
| AddRange | Adds the template groups in an existing TemplateGroupCollection object to the current TemplateGroupCollection object. |
| Clear | Removes all groups from the collection. |
| Contains | Determines whether the specified group is contained within the collection. |
| CopyTo | Copies the groups in the collection to a compatible one-dimensional array, starting at the specified index of the target array. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| IndexOf | Returns the index of the specified TemplateGroup object within the collection. |
| Insert | Inserts a TemplateGroup object into the collection at the specified index. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Remove | Removes the specified TemplateGroup object from the collection. |
| RemoveAt | Removes the TemplateGroup object at the specified index within the collection. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.CopyTo | For a description of this member, see CopyTo. |
| System.Collections.IEnumerable.GetEnumerator | For a description of this member, see GetEnumerator. |
| System.Collections.IList.Add | For a description of this member, see Add. |
| System.Collections.IList.Clear | For a description of this member, see Clear. |
| System.Collections.IList.Contains | For a description of this member, see Contains. |
| System.Collections.IList.IndexOf | For a description of this member, see IndexOf. |
| System.Collections.IList.Insert | For a description of this member, see Insert. |
| System.Collections.IList.Remove | For a description of this member, see Remove. |
| System.Collections.IList.RemoveAt | For a description of this member, see RemoveAt. |
Reference
TemplateGroupCollection ClassSystem.Web.UI.Design Namespace
ControlDesigner.TemplateGroups Property
TemplateGroup Class
TemplateDefinition Class
Other Resources
ASP.NET Control Designers OverviewExtending Design-Time Support
How to: Extend the Appearance and Behavior of Controls in Design Mode
Show: