共用方式為


WebPart.GetDesignTimeHeader method

傳回自訂設計工具建立衍生自System.Web.UI.ControlDesigner靜態 HTML 網頁組件圖文框的標頭部分。

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

Syntax

'宣告
Public Function GetDesignTimeHeader As String
'用途
Dim instance As WebPart
Dim returnValue As String

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

傳回值

Type: System.String
string指定的 HTML 網頁組件圖文框的標頭部分。

備註

在設計模式中,按一下 [最小化] 圖示,例如中的標頭中執行任何使用者介面動作將會有任何影響。

請參閱

參照

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace