WebPart.GetDesignTimeFooter method
傳回自訂設計工具建立衍生自System.Web.UI.ControlDesigner網頁組件圖文框的頁尾部分的靜態 HTML。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetDesignTimeFooter As String
'用途
Dim instance As WebPart
Dim returnValue As String
returnValue = instance.GetDesignTimeFooter()
public string GetDesignTimeFooter()
傳回值
Type: System.String
string指定的 HTML 網頁組件圖文框的頁尾部分。
備註
在設計模式中頁尾中執行任何使用者介面動作將會有任何影響。