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 、接口,接口方法 |
可重复 | 否 |
必需的特性 | 无 |
无效的特性 | 无 |
有关详细信息,请参见 特性上下文。