Share via


WebProperty.IDesignTimeHtmlProvider.GetDesignTimeHtml Method

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This control is obsolete.  Please use SharePoint:ProjectProperty instead.")> _
Private Function GetDesignTimeHtml As String
    Implements IDesignTimeHtmlProvider.GetDesignTimeHtml
'Usage
Dim instance As WebProperty
Dim returnValue As String

returnValue = CType(instance, IDesignTimeHtmlProvider).GetDesignTimeHtml()
[ObsoleteAttribute("This control is obsolete.  Please use SharePoint:ProjectProperty instead.")]
string IDesignTimeHtmlProvider.GetDesignTimeHtml()

Return Value

Type: System.String

Implements

IDesignTimeHtmlProvider.GetDesignTimeHtml()

See Also

Reference

WebProperty Class

WebProperty Members

Microsoft.SharePoint.Portal.WebControls Namespace