Skip to content

Commit fc8dcda

Browse files
TylerMSFTTylerMSFT
authored andcommitted
PR review feedback
1 parent 37a3005 commit fc8dcda

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: devdivchpfy22
88
---
99
# Add a method
1010

11-
Use the [add method wizard](#add-method-wizard-dialog-box) to add a method to an interface in your project. If the project contains a class associated with the interface, the wizard also adds the method to the class.
11+
Use the [add method wizard](#add-method-wizard) to add a method to an interface in your project. If the project contains a class associated with the interface, the wizard also adds the method to the class.
1212

1313
**Add a method to your interface:**
1414

@@ -25,13 +25,11 @@ Use the [add method wizard](#add-method-wizard-dialog-box) to add a method to an
2525

2626
1. Select **OK** to add the method.
2727

28-
## Add method wizard dialog box
28+
## Add method wizard
2929

30-
Add a method to an interface by using the add method wizard dialog box:
30+
Add a method to an interface by using the add method wizard:
3131

32-
:::image type="content" source="../ide/media/add-method-wizard.png" alt-text="Screenshot of Add method wizard with the method name field set to aMethod and the return type set to HRESULT. In the Parameters section, two parameters are defined: int x, and bool clip":::
33-
34-
### Names
32+
:::image type="content" source="../ide/media/add-method-wizard.png" alt-text="Screenshot of Add method wizard. Method name is aMethod, return type is HRESULT. Two parameters are defined: int x, bool clip":::
3533

3634
- **Method name**
3735

@@ -56,3 +54,7 @@ Add a method to an interface by using the add method wizard dialog box:
5654
- **Pencil icon**
5755

5856
Edit the selected parameter.
57+
58+
## See also
59+
60+
[Adding functionality with code wizards](adding-functionality-with-code-wizards-cpp.md)

0 commit comments

Comments
 (0)