共用方式為


ListViewWebPart.GetDesignTimeHtml method

取得用來在設計階段表示控制項的 HTML。

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

Syntax

'宣告
Public Function GetDesignTimeHtml As String
'用途
Dim instance As ListViewWebPart
Dim returnValue As String

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

傳回值

Type: System.String
用來表示控制項在設計階段 HTML。

Implements

IDesignTimeHtmlProvider.GetDesignTimeHtml()

請參閱

參照

ListViewWebPart class

ListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace