helpstringcontext

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

[ helpstringcontext(
   contextID
) ]

参数

  • contextID
    在帮助文件的 32 位帮助上下文标识符。

备注

helpstringcontext C++ 特性具有与 helpstringcontext ODL 属性相同。

示例

// 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();
};

要求

属性上下文

适用对象

, interface,接口方法

可重复

必需的特性

无效的特性

有关更多信息,请参见 属性上下文

请参见

参考

模块(C++)

其他资源

IDL特性

接口特性

选件类特性

方案属性

Attributes Samples