Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.26 KB

File metadata and controls

53 lines (40 loc) · 1.26 KB
title requestedit (C++ COM Attribute) | Microsoft Docs
ms.custom
ms.date 10/02/2018
ms.technology
cpp-windows
ms.topic reference
f1_keywords
vc-attr.requestedit
dev_langs
C++
helpviewer_keywords
requestedit attribute
ms.assetid b3c24790-3c4a-4646-8722-03d7b51172ee
author mikeblome
ms.author mblome
ms.workload
cplusplus
uwp

requestedit

Indicates that the property supports the OnRequestEdit notification.

Syntax

[requestedit]

Remarks

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

Example

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

Requirements

Attribute Context

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

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

See Also

IDL Attributes
Method Attributes
Data Member Attributes
defaultbind
displaybind
immediatebind