Skip to content

Latest commit

 

History

History
73 lines (62 loc) · 1.69 KB

File metadata and controls

73 lines (62 loc) · 1.69 KB
title displaybind | 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.displaybind
dev_langs
C++
helpviewer_keywords
displaybind attribute
ms.assetid b3d70396-78e4-43d9-9583-16ddb8c9bb1f
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

displaybind

Indicates a property that should be displayed to the user as bindable.

Syntax

  
[displaybind]  
  

Remarks

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

Example

See the example for bindable for an example of how to use displaybind.

Requirements

Attribute Context

Applies to Interface method
Repeatable No
Required attributes None
Invalid attributes None

For more information, see Attribute Contexts.

See Also

IDL Attributes
Method Attributes
Data Member Attributes
defaultbind
immediatebind
requestedit