Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 988 Bytes

propget.md

File metadata and controls

43 lines (31 loc) · 988 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: propget
propget (C++ COM Attribute)
10/02/2018
vc-attr.propget
propget attribute
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