Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 1.67 KB

File metadata and controls

57 lines (46 loc) · 1.67 KB
title helpstring | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-windows
ms.topic reference
f1_keywords
vc-attr.helpstring
dev_langs
C++
helpviewer_keywords
helpstring attribute [C++]
ms.assetid 0401e905-a63e-4fad-98d0-d1efea111966
author mikeblome
ms.author mblome
ms.workload
cplusplus
uwp

helpstring

Specifies a character string that is used to describe the element to which it applies.

Syntax

  
      [ helpstring(  
   "string"  
) ]  

Parameters

string
The text of the help string.

Remarks

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

Example

See the example for defaultvalue for an example of how to use helpstring.

Requirements

Attribute Context

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
helpfile
helpcontext