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)
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()