ListViewWebPart.GetDesignTimeHtml Method

Gets the HTML that is used to represent the control at design time.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function GetDesignTimeHtml As String

Dim instance As ListViewWebPart
Dim returnValue As String

returnValue = instance.GetDesignTimeHtml()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public string GetDesignTimeHtml()

Return Value

Type: System.String
The HTML that is used to represent the control at design time.

Implements

IDesignTimeHtmlProvider.GetDesignTimeHtml()

See Also

Reference

ListViewWebPart Class

ListViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace