Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.09 KB

File metadata and controls

51 lines (38 loc) · 1.09 KB
title propput (C++ COM Attribute) | Microsoft Docs
ms.custom
ms.date 10/02/2018
ms.technology
cpp-windows
ms.topic reference
f1_keywords
vc-attr.propput
dev_langs
C++
helpviewer_keywords
propput attribute
ms.assetid 1f84dda9-9cce-4e16-aaf0-b2c5219827f2
author mikeblome
ms.author mblome
ms.workload
cplusplus
uwp

propput

Specifies a property setting function.

Syntax

[propput]

Remarks

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

Example

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

Requirements

Attribute Context

Applies to Method
Repeatable No
Required attributes None
Invalid attributes propget, propputref

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

See Also

IDL Attributes
Method Attributes
propget
propputref