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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.