ListViewDesigner.GetEditableDesignerRegionContent 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.
Returns the content for the specified editable region of the design-time view of the associated ListView control.
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
- region
- EditableDesignerRegion
The region to get the content for.
Returns
The HTML markup for the region.
Remarks
The GetEditableDesignerRegionContent method overrides the default implementation to support region-based editing on the design surface and to return the content for a specified region.
Applies to
See also
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.