Share via


ImageWebPart.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

'Declaration
Public Function GetDesignTimeHtml As String
'Usage
Dim instance As ImageWebPart
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()

See also

Reference

ImageWebPart class

ImageWebPart members

Microsoft.SharePoint.WebPartPages namespace