DesignerRegionCollection.Add(DesignerRegion) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified DesignerRegion object to the end of the collection.
public:
int Add(System::Web::UI::Design::DesignerRegion ^ region);
public int Add (System.Web.UI.Design.DesignerRegion region);
member this.Add : System.Web.UI.Design.DesignerRegion -> int
Public Function Add (region As DesignerRegion) As Integer
Parameters
- region
- DesignerRegion
The DesignerRegion to add to the collection.
Returns
The index at which the region was added to the collection.
Remarks
The Add method adds the specified DesignerRegion object to the end of the collection. To add a DesignerRegion object to the collection at a specific index location, use the Insert method.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.