共用方式為


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();
};

需求

屬性內容

適用於

類別, interface,介面方法

可重複

必要的屬性

None

無效的屬性

None

如需詳細資訊,請參閱屬性內容

請參閱

參考

module (C++)

其他資源

IDL 屬性

介面屬性

類別屬性

方法屬性

Attributes Samples