指定要用于执行文档字符串查找(本地化)的 DLL 名称。
语法
[ helpstringdll("string") ]
参数
字符串
用于执行文档字符串查找的 DLL。
注解
helpstringdll C++ 属性与 helpstringdll MIDL 属性具有相同的功能。
示例
// cpp_attr_ref_helpstringdll.cpp
// compile with: /LD
#include <unknwn.h>
[module(name="MyLib", helpstringdll="xx.dll")];
[object, uuid("00000000-0000-0000-0000-000000000001")]
__interface IMyI
{
HRESULT xxx();
};
要求
| 特性上下文 | 值 |
|---|---|
| 适用于 | class、接口,接口方法 |
| 可重复 | 否 |
| 必需的特性 | 无 |
| 无效的特性 | 无 |
有关详细信息,请参见 特性上下文。