Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 988 Bytes

File metadata and controls

43 lines (31 loc) · 988 Bytes
description Learn more about: propget
title propget (C++ COM Attribute)
ms.date 10/02/2018
f1_keywords
vc-attr.propget
helpviewer_keywords
propget attribute
ms.assetid c9d4a97f-36dd-4b61-8eb0-b1a217598f14

propget

Specifies a property accessor function.

Syntax

[propget]

Remarks

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

Example

See the example for bindable for a sample use of propget.

Requirements

Attribute context Value
Applies to Method
Repeatable No
Required attributes None
Invalid attributes propput, propputref

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

See also

IDL Attributes
Method Attributes
propput
propputref