Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.3 KB

helpfile.md

File metadata and controls

51 lines (37 loc) · 1.3 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: helpfile
helpfile (C++ COM Attribute)
10/02/2018
vc-attr.helpfile
helpfile attribute
d75161c1-1363-4019-ae09-e7e3b8a3971e

helpfile

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

Syntax

[ helpfile("filename") ]

Parameters

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

Remarks

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

Example

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

Requirements

Attribute context Value
Applies to interface, typedef, class, method, property
Repeatable No
Required attributes None
Invalid attributes None

For more information, see Attribute Contexts.

See also

IDL Attributes
Interface Attributes
Class Attributes
Method Attributes
Typedef, Enum, Union, and Struct Attributes
helpcontext
helpstring