WizardDesigner::GetEditableDesignerRegionContent Method (EditableDesignerRegion^)
.NET Framework (current version)
Gets the content for the editable region of the control at design time.
Assembly: System.Design (in System.Design.dll)
public: virtual String^ GetEditableDesignerRegionContent( EditableDesignerRegion^ region ) override
Parameters
- region
-
Type:
System.Web.UI.Design::EditableDesignerRegion^
An EditableDesignerRegion object.
Return Value
Type: System::String^The persisted content for the region, if the control designer supports editable regions; otherwise, an empty string ("").
| Exception | Condition |
|---|---|
| ArgumentNullException | region is null. |
| ArgumentException | region is not an object of type EditableDesignerRegion. |
.NET Framework
Available since 2.0
Available since 2.0
Show: