helpstringcontext

指定 .hlp 或 .chm 文件中帮助主题的 ID。

语法

[ helpstringcontext(contextID) ]

参数

contextID
“帮助”文件中的 32 位帮助上下文标识符

备注

helpstringcontext C++ 属性与 helpstringcontext MIDL 属性具有相同的功能

示例

// cpp_attr_ref_helpstringcontext.cpp
// compile with: /LD
#include <unknwn.h>
[module(name="MyLib")];

[   object, helpstring("help string"), helpstringcontext(1), uuid="11111111-1111-1111-1111-111111111111"
]
__interface IMyI
{
   HRESULT xx();
};

要求

特性上下文
适用于 class、接口,接口方法
可重复
必需的特性
无效的特性

有关详细信息,请参见 特性上下文

另请参阅

IDL 特性
接口特性
类特性
方法特性
module