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,介面方法 |
可重複 |
否 |
必要的屬性 |
None |
無效的屬性 |
None |
如需詳細資訊,請參閱屬性內容。