Skip to content

Commit 8bb34e0

Browse files
committed
update after review
1 parent 73c99ab commit 8bb34e0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: Add a method to an interface in Visual C++ project"
2+
description: "Learn more about: Add a method to an interface in a Visual C++ project"
33
title: "Add a method"
44
ms.date: "03/16/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"]
7-
ms.assetid: 4ba4e45f-fa38-4d5e-af44-cbec0a7ab558
87
ms.custom: devdivchpfy22
98
---
109
# Add a method
@@ -51,7 +50,7 @@ Use this wizard to add a method to an interface.
5150

5251
- **Internal name**
5352

54-
Available for only custom methods added to an MFC dispinterface. Sets the name used in the dispatch map, the header (`.h`) file, and the implementation (`.cpp`) file. By default, this name is the same as **Method name**. You can change the method name, if you're working with an MFC dispinterface or if you're adding a custom method to an MFC ActiveX control dispinterface.
53+
Available only for custom methods added to an MFC dispinterface. Sets the name used in the dispatch map, the header (`.h`) file, and the implementation (`.cpp`) file. By default, this name is the same as **Method name**. You can change the method name, if you're working with an MFC dispinterface or if you're adding a custom method to an MFC ActiveX control dispinterface.
5554

5655
|Interface type|Description|
5756
|--------------------|-----------------|
@@ -73,7 +72,7 @@ Use this wizard to add a method to an interface.
7372

7473
- **Method type**
7574

76-
Available only for MFC projects, ActiveX control projects, and ATL projects that support MFC. If you provide a method name in the **Method name** box, rather than selecting a method from the list, this box is unavailable.
75+
Available only for MFC projects, ActiveX control projects, and ATL projects that support MFC. This field is unavailable, if you provide a method name in the **Method name**, rather than selecting a method from the list.
7776

7877
If you select one of the methods in the **Method name** list, select either the stock implementation or a custom implementation.
7978

0 commit comments

Comments
 (0)