--- title: "Custom Attributes (C++) | Microsoft Docs" ms.custom: "" ms.date: "11/04/2016" ms.reviewer: "" ms.suite: "" ms.technology: - "cpp-windows" ms.tgt_pltfrm: "" ms.topic: "language-reference" dev_langs: - "C++" helpviewer_keywords: - "custom attributes" - "custom attributes, defining" ms.assetid: af9998a5-aa12-4b94-9a43-97ce99026e29 caps.latest.revision: 15 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" --- # Custom Attributes (C++) A custom attribute is a strongly typed technique that allows the user to extend metadata. This topic deals with using attributes: specifying parameters and targets. For information on defining new custom attributes, see, - [User-Defined Attributes](../windows/user-defined-attributes-cpp-component-extensions.md) - [attribute](../windows/attribute.md) (deprecated syntax). ## See Also [attribute](../windows/attribute.md) [Custom Attributes (C++)](../windows/custom-attributes-cpp.md)