Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.5 KB

attributes-by-group.md

File metadata and controls

27 lines (22 loc) · 1.5 KB
description title ms.custom ms.date ms.topic helpviewer_keywords ms.assetid
Learn more about: Attributes by Group
Attributes by Group
index-page
10/02/2018
conceptual
attributes [C++/CLI]
9f4dd43f-9909-43d6-91d2-05734643876e

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 Microsoft C++ compiler.

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

See also

C++ Attributes for COM and .NET
Attributes by Usage
Attributes Alphabetical Reference