Skip to content

Commit 29673d3

Browse files
committed
Update for VS 2022
1 parent f225b51 commit 29673d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
description: "Learn more about: Add a method"
33
title: "Add a method"
4-
ms.date: "11/09/2018"
4+
ms.date: "03/08/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
8+
ms.custom: devdivchpfy22
89
---
910
# Add a method
1011

@@ -73,7 +74,7 @@ Use this wizard to add a method to an interface. Depending on the project type o
7374

7475
- **Internal name**
7576

76-
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.
77+
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.
7778

7879
|Interface type|Description|
7980
|--------------------|-----------------|

0 commit comments

Comments
 (0)