Поделиться через


helpfile

Sets the name of the Help file for a type library.

[ helpfile(
   "filename"
) ]

Параметры

  • filename
    The name of the file that contains the help topics.

Заметки

The helpfile C++ attribute has the same functionality as the helpfile MIDL attribute.

Пример

See the example for module for an example of how to use helpfile.

Требования

Attribute Context

Applies to

interface, typedef, class, method, property

Repeatable

No

Required attributes

None

Invalid attributes

None

For more information, see Attribute Contexts.

См. также

Основные понятия

IDL Attributes

Interface Attributes

Class Attributes

Method Attributes

Typedef, Enum, Union, and Struct Attributes

helpcontext

helpstring

ATL Samples