Help2.DisplayTopicFrom_OLD_Help(String, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
弃用的方法。 请改用 DisplayTopicFromF1Keyword(String)。
public:
void DisplayTopicFrom_OLD_Help(System::String ^ bstrFile, System::UInt32 Id);
public:
void DisplayTopicFrom_OLD_Help(Platform::String ^ bstrFile, unsigned int Id);
void DisplayTopicFrom_OLD_Help(std::wstring const & bstrFile, unsigned int Id);
[System.Runtime.InteropServices.DispId(11)]
public void DisplayTopicFrom_OLD_Help (string bstrFile, uint Id);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member DisplayTopicFrom_OLD_Help : string * uint32 -> unit
Public Sub DisplayTopicFrom_OLD_Help (bstrFile As String, Id As UInteger)
参数
- bstrFile
- String
.Chm 或 .hlp 文件的完整路径。
- Id
- UInt32
用于查找和显示帮助主题的上下文 ID。
实现
- 属性
注解
不 DisplayTopicFrom_OLD_Help 推荐使用的。 请改用 DisplayTopicFromF1Keyword。
仅用于支持非 Visual Studio 组件,如 对象浏览器 中加载的 COM 控件。