Skip to content

Latest commit

 

History

History
72 lines (61 loc) · 1.66 KB

File metadata and controls

72 lines (61 loc) · 1.66 KB
title immediatebind | 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.immediatebind
dev_langs
C++
helpviewer_keywords
immediatebind attribute
ms.assetid 186d40e6-9166-4d0c-9853-4e7e4d25226f
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

immediatebind

Indicates that the database will be notified immediately of all changes to a property of a data-bound object.

Syntax

  
[immediatebind]  
  

Remarks

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

Example

See bindable for an example of how to use immediatebind.

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
defaultbind
displaybind
requestedit