WizardDesigner.GetEditableDesignerRegionContent Method

Definition

Gets 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

Parameters

Returns

The persisted content for the region, if the control designer supports editable regions; otherwise, an empty string ("").

Exceptions

region is null.

region is not an object of type EditableDesignerRegion.

Applies to

See also