Skip to content

Commit 91f79c8

Browse files
committed
Update after review
1 parent fbdf575 commit 91f79c8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/mfc/reference/add-idl-mfc-method-wizard.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: Use a Microsoft Visual Studio wizard to add a method to an IDL interface in your MFC or ATL project"
33
title: "Add an IDL MFC method"
4-
ms.date: "03/22/2022"
4+
ms.date: "03/24/2022"
55
f1_keywords: ["vc.codewiz.method.overview", "vc.codewiz.method.idlattrib"]
66
helpviewer_keywords: ["add IDL MFC method wizard [C++]", "IDL MFC methods [C++], adding", "methods [C++], adding using wizards", "IDL attributes, add an IDL MFC method wizard"]
77
ms.custom: devdivchpfy22
@@ -24,7 +24,7 @@ BEGIN_DISPATCH_MAP(CMFCApplication2Doc, CDocument)
2424
DISP_FUNCTION_ID(CMFCApplication2Doc, "nombre", dispidnombre, nombrenom, VT_EMPTY, VTS_NONE)
2525
END_DISPATCH_MAP()
2626
```
27-
- Generates following associated method implementations.
27+
- Generates the following associated method implementations:
2828
```cpp
2929
void CMFCApplication2Doc::name()
3030
{
@@ -40,9 +40,7 @@ void CMFCApplication2Doc::nombrenom()
4040
}
4141
```
4242

43-
## Add an IDL MFC method wizard
44-
45-
**Add a method to your interface**
43+
## Add a method to your interface
4644

4745
1. On the **View** menu, choose **Class View**.
4846

@@ -143,3 +141,7 @@ The following section describes the UI that you'll use to add a method:
143141
- `helpstring`
144142

145143
Specifies a text that describes the associated element. By default it's *Method name*. For more information, see [helpstring](/windows/win32/Midl/helpstring) in the *MIDL Reference*.
144+
145+
## See also
146+
147+
[Adding a Default Method](../../ide/adding-a-method-visual-cpp.md)

0 commit comments

Comments
 (0)