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,接口方法

可重复

必需的特性

无效的特性

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

请参见

其他资源

IDL特性

接口特性

选件类特性

方案属性

Attributes Samples