ProfilePropertyValue.IDesignTimeHtmlProvider.GetDesignTimeHtml Method
Retrieves the HTML markup to display the control and populates the collection with the current control designer regions.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Private Function GetDesignTimeHtml As String
Implements IDesignTimeHtmlProvider.GetDesignTimeHtml
'Usage
Dim instance As ProfilePropertyValue
Dim returnValue As String
returnValue = CType(instance, IDesignTimeHtmlProvider).GetDesignTimeHtml()
string IDesignTimeHtmlProvider.GetDesignTimeHtml()
Return Value
Type: System.String
Implements
IDesignTimeHtmlProvider.GetDesignTimeHtml()