Share via


C++ Attributes Reference

 

The latest version of this topic can be found at C++ Attributes Reference.

Microsoft defines a set of attributes that simplify COM programming and .NET Framework common language runtime development. When you include attributes in your source files, the compiler works with provider DLLs to insert code or modify the code in the generated object files.

Note: If you are looking for C++ standard attributes, see Attributes.

In This Section

Concepts
Describes the various concepts that are related to attributes.

Attributes by Group
Provides links to attribute reference topics, grouped by function.

Attributes by Usage
Provides links to attribute reference topics, grouped by usage.

Attributes Alphabetical Reference
Provides links to all attribute reference topics.

Attributed Programming
Provides a conceptual overview of attributes.

Reference
Provides links to topics describing the C and C++ language references, the libraries provided with Visual C++, the Visual C++ Extensibility Object Model, and the Microsoft Macro Assembler (MASM).

Visual C++ Samples
Provides links to sample code showing the capabilities of Visual C++ and the libraries and technologies it supports.