Skip to content

Latest commit

 

History

History
51 lines (48 loc) · 1.96 KB

File metadata and controls

51 lines (48 loc) · 1.96 KB
title Attributes by Group | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic index-page
dev_langs
C++
helpviewer_keywords
attributes [C++]
ms.assetid 9f4dd43f-9909-43d6-91d2-05734643876e
caps.latest.revision 11
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Attributes by Group

The C++ attributes are organized into the following functional groups.

Attribute Description
COM Attributes Inject code to support numerous areas of COM development and .NET Framework common language runtime development.
IDL Attributes Enable the modification of the .idl file from a source code file without the use of a wizard and without knowledge of the structure and syntax of that file.
OLE DB Consumer Attributes Inject code—based on the OLE DB Consumer Templates—to create a working OLE DB consumer that performs tasks such as opening tables, executing commands, and accessing data.
Compiler Attributes Supplied by the Visual C++ compiler.

For information about how to define custom attributes for your .NET Framework application, see User-Defined Attributes.

See Also

C++ Attributes Reference
Concepts
Attributes by Usage
Attributes Alphabetical Reference