helpcontext 특성
[helpcontext] 특성은 사용자가 도움말 파일에서 이 요소에 대한 정보를 볼 수 있도록 하는 컨텍스트 식별자를 지정합니다.
[
uuid(uuid-number),
helpcontext(helpcontext-value)
[, attribute-list]
]
element element-name
{
definitions
}
매개 변수
-
uuid-number
-
라이브러리, [importlib], 인터페이스, dispinterface, module, typedef, 메서드, [property] 또는 coclass에 대한 범용 고유 ID 번호를 지정합니다.
-
helpcontext-value
-
현재 MIDL 요소와 연결된 도움말 텍스트를 식별하는 고유 정수입니다.
-
attribute-list
-
MIDL 요소 전체에 적용되는 하나 이상의 특성 목록을 지정합니다.
-
요소
-
라이브러리, [importlib], 인터페이스, dispinterface, module, typedef, 메서드, 속성 또는 coclass 지시문 중 하나입니다.
-
element-name
-
다른 소프트웨어 구성 요소가 현재 요소를 구분하는 데 사용할 수 있는 이름입니다.
-
정의
-
요소 정의를 구성하는 문을 지정합니다.
설명
[helpcontext] 특성은 library, [importlib], interface, dispinterface, module, typedef, method, property 또는 coclass 요소에 적용할 수 있습니다.
helpcontext-value는 ITypeLib 및 ITypeInfo 인터페이스의 GetDocumentation 함수를 사용하여 검색할 수 있는 도움말 파일 내의 32비트 컨텍스트 식별자입니다.
예
[
uuid(1e196b20-1f3c-1069-996b-00dd010fe676),
helpcontext(7035943),
helpstring("Hello Class"),
appobject
]
coclass Hello
{
[default, helpcontext(3914972)] interface IHello : IUnknown;
interface IDispatch;
}
참고 항목