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