SettingsLink.GetDesignTimeHtml Method

Returns the HTML used to represent the SettingsLink control in a design-time environment.

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 SettingsLink
Dim returnValue As String

returnValue = instance.GetDesignTimeHtml()
public string GetDesignTimeHtml()

Return Value

Type: System.String
The HTML used to represent the SettingsLink control in a design-time environment.

Implements

IDesignTimeHtmlProvider.GetDesignTimeHtml()

See Also

Reference

SettingsLink Class

SettingsLink Members

Microsoft.SharePoint.WebPartPages Namespace