共用方式為


Outlook) (PropertyPage.GetPageInfo 方法

會傳回關於自訂屬性頁的 [說明] 資訊。

語法

expressionGetPageInfo( _HelpFile_ , _HelpContext_ )

表達 代表 PropertyPage 物件的變數。

參數

名稱 必要/選用 資料類型 描述
HelpFile 必要 字串 指定與內容頁相關的說明檔。
HelpContext 必要 Long 指定與內容頁相關說明主題的容識別碼。

傳回值

HRESULT值,表示 方法的結果。

範例

此 Microsoft Visual Basic for Applications (VBA) 範例會傳回要顯示的 [說明] 檔名稱與主題的內容識別碼。

Private Sub PropertyPage_GetPageInfo(HelpFile As String, HelpContext As Long) 
 HelpFile = "ProjPage.chm" 
 HelpContext = IDH_PageInfo 
End Sub

另請參閱

PropertyPage 物件

支援和意見反應

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