Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 2.12 KB

File metadata and controls

61 lines (53 loc) · 2.12 KB
title C++ Attributes Reference | 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++], reference topics
ms.assetid 613a3611-b3eb-4347-aa38-99b654600e1c
caps.latest.revision 13
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

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.