PageTabsWebPart.GetDesignTimeHtml method

Calls the default implementation of the method that eventually renders the Web Part.

Namespace:  Microsoft.SharePoint.Meetings
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetDesignTimeHtml As String
'Usage
Dim instance As PageTabsWebPart
Dim returnValue As String

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

Return value

Type: System.String
A string that represents the static text for the page tabs available on the Meeting Workspace site.

See also

Reference

PageTabsWebPart class

PageTabsWebPart members

Microsoft.SharePoint.Meetings namespace