Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides ControlDesigner.GetDesignTimeHtml(DesignerRegionCollection).
Namespace: Microsoft.Office.InfoPath.Server.Controls
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Overrides Function GetDesignTimeHtml ( _
regions As DesignerRegionCollection _
) As String
'Usage
Dim instance As XmlFormViewDesigner
Dim regions As DesignerRegionCollection
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml(regions)
public override string GetDesignTimeHtml(
DesignerRegionCollection regions
)
Parameters
- regions
Type: System.Web.UI.Design.DesignerRegionCollection
Return Value
Type: System.String