Skip to content

Commit 1eb7391

Browse files
committed
Update after review
1 parent 5d2591e commit 1eb7391

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/ide/adding-a-method-visual-cpp.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
description: "Learn more about: Add a method"
2+
description: "Learn more about: Add a method to an interface in your project"
33
title: "Add a method"
4-
ms.date: "03/09/2022"
4+
ms.date: "03/11/2022"
55
f1_keywords: ["vc.codewiz.method.overview", "vc.codewiz.method.idlattrib"]
66
helpviewer_keywords: ["add method wizard [C++]", "methods [C++], adding", "methods [C++], adding using wizards", "IDL attributes, add method wizard"]
77
ms.assetid: 4ba4e45f-fa38-4d5e-af44-cbec0a7ab558
@@ -95,26 +95,26 @@ Use this wizard to add a method to an interface.
9595
9696
- **+**
9797

98-
Adds the parameter to the list of parameters. Specify parameter name in **Parameter name**, and its type and parameter attributes, to **Parameters**.
98+
Adds the parameter to the list of parameters. Specify the parameter name in **Parameter name**, and its type and parameter attributes, to **Parameters** list.
9999

100100
- **x**
101101

102-
Removes the parameter you select in **Parameters** from the list.
102+
Removes the selected parameter from the **Parameters** list.
103103

104104
- **Parameters**
105105

106-
Displays all parameters and their modifiers and types currently added for the method. As you add parameters, the wizard updates **Parameters** to display each parameter, with its modifier and type.
106+
Displays all of the methods parameters, modifiers, and types. The wizard updates the **Parameters** list as you add parameters.
107107

108108
- **Parameter attributes**
109109

110110
Sets any other attributes for the parameter specified in **Parameter name**.
111111
1. **Infer in/out parameters values from types**
112112

113-
Select the checkbox to infer in or out parameter values from type of parameter.
113+
Infer in or out parameter values from their types.
114114

115115
1. **Set the last parameter as the return value (retval)**
116116

117-
Select the checkbox to set the last parameter as the return value.
117+
Set the last parameter as the return value.
118118

119119
## IDL attributes, add method wizard
120120

0 commit comments

Comments
 (0)