helpstringdll
指定 DLL 的名称使用执行文档字符串外观 (本地化)。
[ helpstringdll(
"string"
) ]
参数
- 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();
};
要求
属性上下文
适用对象 |
类, interface,接口方法 |
可重复 |
否 |
必需的特性 |
无 |
无效的特性 |
无 |
有关更多信息,请参见 属性上下文。