WebPart.GetDesignTimeFooter 方法

返回由从System.Web.UI.ControlDesigner派生的自定义设计 Web 部件框架的页脚部分的静态 HTML。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Function GetDesignTimeFooter As String
用法
Dim instance As WebPart
Dim returnValue As String

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

返回值

类型:System.String
指定 Web 部件框架的页脚部分的 HTML string 。

备注

在设计模式下页脚中执行的任何用户界面操作会产生任何效果。

另请参阅

引用

WebPart 类

WebPart 成员

Microsoft.SharePoint.WebPartPages 命名空间