共用方式為


IAssistance.SetDefaultCoNtext 方法 (Office)

會將說明主題設定為預設主題,當使用者開啟說明視窗時便會顯示此預設主題。

語法

運算式SetDefaultCoNtext (HelpId)

表達 會傳回 IAssistance 物件的運算式。

參數

名稱 必要/選用 資料類型 描述
HelpId 必要 String 預設說明主題的識別碼。

註解

The help topic specified in this method will not be displayed if Office has already defined a default help topic in that scope. 此外,對於某些對話方塊,不論方法是否傳遞識別碼,當使用者按 下 F1 鍵或選擇 [說明 ] 按鈕時 ,隨附于 Office 的說明主題都會顯示。

For example, if the user is in a custom dialog box and presses F1, a custom or built-in help topic will be displayed if one is specified by the developer. If no default ID is specified, the default built-in Office help topic will be displayed. Likewise, if the user is in the New Document dialog box, for example, the Office specified help topic will be displayed regardless of whether a different ID is passed by the method.

Assistance 屬性會傳回 IAssistance 物件。 IAssistance 物件會公開方法允許開發人員在 Office Help Viewer 中顯示 [說明] 主題或顯示隨附 Office 主應用程式的 [說明] 視窗中的 [說明] 主題。 開發人員將特定說明 Id 傳遞給 [說明] 系統或傳遞特定搜尋查詢。 說明必須明確新增至順序協助識別碼來傳回 [說明] 主題的說明檔案的識別碼。

範例

在下列範例中,會將與標識 "60385" 符相關聯的說明主題設定為應用程式的預設值。

Sub SetDefaultHelpTopic() 
 Application.Assistance.SetDefaultContext "60385" 
End Sub

另請參閱

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應