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.
Gets the HTML that is used to represent the control at design time.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetDesignTimeHtml As String
'Usage
Dim instance As ListViewWebPart
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
public string GetDesignTimeHtml()
Return Value
Type: System.String
The HTML that is used to represent the control at design time.
Implements
IDesignTimeHtmlProvider.GetDesignTimeHtml()