Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.18 KB

version-cpp.md

File metadata and controls

46 lines (32 loc) · 1.18 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: version (C++)
version (C++ COM Attribute)
10/02/2018
vc-attr.version
version attribute
version information, version attribute
db6ce5d8-82c2-4329-b1a8-8ca2f67342cb

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 Value
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