Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.45 KB

File metadata and controls

35 lines (30 loc) · 1.45 KB
title Attribute Categories | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
attributes [C++], grouped by category
ms.assetid 0f0679dc-2c1e-4463-b6a8-5829e36782e1
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen

Attribute Categories

The attributes reference describes the various types of attributes you can use in Visual C++.

Related Sections

COM Attributes
Injects code to support numerous areas of COM development.

IDL Attributes
Injects code that creates or modifies the associated .idl file from within a source code file without a wizard and without being familiar with the structure and syntax of that file.

OLE DB Consumer Attributes
Injects 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
Injects code that performs a variety of common programming tasks.

Attributed Programming
Provides links to conceptual topics describing attributed programming.