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 のインターフェイス メソッド |
複数回の適用 |
X |
必要な属性 |
なし |
無効な属性 |
なし |
詳細については属性コンテキスト を参照してください。