Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.3 KB

File metadata and controls

54 lines (39 loc) · 1.3 KB
title version (C++ COM Attribute) | Microsoft Docs
ms.custom
ms.date 10/02/2018
ms.technology
cpp-windows
ms.topic reference
f1_keywords
vc-attr.version
dev_langs
C++
helpviewer_keywords
version attribute
version information, version attribute
ms.assetid db6ce5d8-82c2-4329-b1a8-8ca2f67342cb
author mikeblome
ms.author mblome
ms.workload
cplusplus
uwp

version (C++)

Identifies a particular version among multiple versions of a class.

Syntax

[ version("version") ]

Parameters

version
The version number of the coclass. If not specified, 1.0 will be placed in the .idl file.

Remarks

The version C++ attribute has the same functionality as the version MIDL attribute and is passed through to the generated .idl file.

Example

See the bindable example for a sample use of version.

Requirements

Attribute Context

Applies to class, struct
Repeatable No
Required attributes coclass
Invalid attributes None

For more information about the attribute contexts, see Attribute Contexts.

See Also

Compiler Attributes
Class Attributes