ListFormWebPart.GetDesignTimeHtml 方法
获取用于表示在设计时控件的 HTML。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetDesignTimeHtml As String
用法
Dim instance As ListFormWebPart
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
public string GetDesignTimeHtml()
返回值
类型:System.String
用于在设计时表示控件的 HTML。
实现
IDesignTimeHtmlProvider.GetDesignTimeHtml()