Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 1.59 KB

File metadata and controls

71 lines (60 loc) · 1.59 KB
title propputref | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
vc-attr.propputref
dev_langs
C++
helpviewer_keywords
propputref attribute
ms.assetid 9b0aed74-fdc7-4e59-9117-949bea4f86dd
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

propputref

Specifies a property setting function that uses a reference instead of a value.

Syntax

  
[propputref]  
  

Remarks

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

Example

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

Requirements

Attribute Context

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

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

See Also

IDL Attributes
Method Attributes
propget
propput