共用方式為


MtgUtility.GetMtgShowToolPaneEvent method

取得與 [工具] 窗格的狀態相關聯的常值。

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

Syntax

'宣告
Public Shared Function GetMtgShowToolPaneEvent ( _
    state As MtgToolPaneState _
) As String
'用途
Dim state As MtgToolPaneState
Dim returnValue As String

returnValue = MtgUtility.GetMtgShowToolPaneEvent(state)
public static string GetMtgShowToolPaneEvent(
    MtgToolPaneState state
)

參數

傳回值

Type: System.String
自訂工具窗格的列舉型別相關聯的常值。

備註

列舉型別的名稱可以指定一個活動用來執行在 [工具] 窗格上顯示的 UI,例如重新排列頁面中的項目之前。這個屬性的狀態,就表示實際發生之前可以通過數個函式。

請參閱

參照

MtgUtility class

MtgUtility members

Microsoft.SharePoint.Meetings namespace

CreateToolPaneControls(ToolPane)