Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 905 Bytes

File metadata and controls

25 lines (21 loc) · 905 Bytes
title Custom Attributes (C++) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-windows
ms.topic reference
dev_langs
C++
helpviewer_keywords
custom attributes
custom attributes, defining
ms.assetid af9998a5-aa12-4b94-9a43-97ce99026e29
author mikeblome
ms.author mblome
ms.workload
cplusplus
uwp

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,

See Also

attribute
Custom Attributes (C++)