helpstringcontext
指定 .hlp 或 .chm 檔案中說明主題的標識符。
語法
[ 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 、 介面、 介面方法 |
可重複 | No |
必要屬性 | 無 |
無效屬性 | 無 |
如需詳細資訊,請參閱 屬性內容。