ListFormWebPart.GetDesignTimeHtml method
取得用來在設計階段表示控制項的 HTML。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetDesignTimeHtml As String
'用途
Dim instance As ListFormWebPart
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
public string GetDesignTimeHtml()
傳回值
Type: System.String
用來表示控制項在設計階段 HTML。
Implements
IDesignTimeHtmlProvider.GetDesignTimeHtml()