Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.11 KB

File metadata and controls

45 lines (33 loc) · 1.11 KB
description Learn more about: displaybind
title displaybind (C++ COM Attribute)
ms.date 10/02/2018
f1_keywords
vc-attr.displaybind
helpviewer_keywords
displaybind attribute
ms.assetid b3d70396-78e4-43d9-9583-16ddb8c9bb1f

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 Value
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