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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.