ContainerControlDesigner.GetEditableDesignerRegionContent Method
In this article
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.
Returns the content for the editable region of the control at design time.
public:
override System::String ^ GetEditableDesignerRegionContent(System::Web::UI::Design::EditableDesignerRegion ^ region);
public override string GetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion region);
override this.GetEditableDesignerRegionContent : System.Web.UI.Design.EditableDesignerRegion -> string
Public Overrides Function GetEditableDesignerRegionContent (region As EditableDesignerRegion) As String
- region
- EditableDesignerRegion
An editable design region contained within the control.
The persisted content of the region contained within the ContainerControlDesigner.
The ContainerControlDesigner class implements a single designer region instead of a collection of designer regions. Therefore, the region
parameter is ignored, and the GetEditableDesignerRegionContent method returns the content for the single designer region that is contained in the control designer.
Applies to
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: