helpstringcontext

도움말 항목의 ID는.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, 인터페이스 메서드

반복 가능

아니요

필수 특성

없음

잘못 된 특성

없음

자세한 내용은 컨텍스트 특성.

참고 항목

참조

모듈 (C++)

기타 리소스

IDL 특성

인터페이스 특성

클래스 특성

메서드 특성

Attributes Samples