PropertyPage.GetPageInfo 方法 (Outlook)
返回有关自定义属性页的帮助信息。
语法
expression。 GetPageInfo
( _HelpFile_
, _HelpContext_
)
表达 一个代表 PropertyPage 对象的变量。
参数
名称 | 必需/可选 | 数据类型 | 说明 |
---|---|---|---|
HelpFile | 必需 | String | 指定与属性页相关的帮助文件。 |
HelpContext | 必需 | Long | 指定与属性页相关的帮助主题的上下文 ID。 |
返回值
一个 HRESULT值,表示方法的结果。
示例
本 Microsoft Visual Basic for Applications (VBA) 示例返回帮助文件的名称以及要显示的主题的上下文 ID。
Private Sub PropertyPage_GetPageInfo(HelpFile As String, HelpContext As Long)
HelpFile = "ProjPage.chm"
HelpContext = IDH_PageInfo
End Sub
另请参阅
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。