Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.94 KB

cpp-attributes-reference.md

File metadata and controls

44 lines (36 loc) · 1.94 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
C++ Attributes Reference | Microsoft Docs
11/04/2016
cpp-windows
index-page
C++
attributes [C++], reference topics
613a3611-b3eb-4347-aa38-99b654600e1c
13
mikeblome
mblome
ghogen

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.

Related Sections

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.