ViewRendering.Regions Property
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.
Gets a collection of DesignerRegion objects at design time.
public:
property System::Web::UI::Design::DesignerRegionCollection ^ Regions { System::Web::UI::Design::DesignerRegionCollection ^ get(); };
public System.Web.UI.Design.DesignerRegionCollection Regions { get; }
member this.Regions : System.Web.UI.Design.DesignerRegionCollection
Public ReadOnly Property Regions As DesignerRegionCollection
Property Value
A collection of regions.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.