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();
};
需求
屬性內容 | 值 |
---|---|
適用於 | class 、 介面、 介面方法 |
可重複 | No |
必要屬性 | 無 |
無效屬性 | 無 |
如需詳細資訊,請參閱 屬性內容。