helpstringcontext
.hlp または .chm ファイル内のヘルプ トピックの ID を指定します。
構文
[ helpstringcontext(contextID) ]
パラメーター
contextID
ヘルプ ファイル内の 32 ビットのヘルプ コンテキスト識別子。
解説
helpstringcontext C++ 属性には、helpstringcontext ODL 属性と同じ機能があります。
例
// cpp_attr_ref_helpstringcontext.cpp
// compile with: /LD
#include <unknwn.h>
[module(name="MyLib")];
[ object, helpstring("help string"), helpstringcontext(1), uuid="11111111-1111-1111-1111-111111111111"
]
__interface IMyI
{
HRESULT xx();
};
要件
属性コンテキスト | 値 |
---|---|
適用対象 | class 、インターフェイス、インターフェイス メソッド |
反復可能 | いいえ |
必要な属性 | なし |
無効な属性 | なし |
詳細については、「 属性コンテキスト」を参照してください。