Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.04 KB

oleautomation.md

File metadata and controls

41 lines (29 loc) · 1.04 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: oleautomation
oleautomation (C++ COM Attribute)
10/02/2018
vc-attr.oleautomation
oleautomation attribute
c1086c91-260b-4dc3-b244-662852d09906

oleautomation

Indicates that an interface is compatible with Automation.

Syntax

[oleautomation]

Remarks

The oleautomation C++ attribute has the same functionality as the oleautomation MIDL attribute.

Example

See the examples for defaultvalue and nonextensible for a sample use of oleautomation.

Requirements

Attribute context Value
Applies to interface
Repeatable No
Required attributes None
Invalid attributes dispinterface

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

See also

IDL Attributes
Interface Attributes