Skip to content

Commit 3dd4bd3

Browse files
committed
link update
1 parent efabed7 commit 3dd4bd3

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/ide/add-interface-definition-library-method-wizard.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The **Add IDL Method** wizard adds a method to an Interface Definition Library (
1313

1414
For example, if you have an ATL project, and it has an IDL file, using the following procedure you can add the method to interface.
1515

16-
This wizard differs from the **Add Method** wizard and **ADD IDL MFC Method** wizard. The [Add Method](../../ide/adding-a-method-visual-cpp.md) wizard adds a default method to your project. The Add IDL MFC Method wizard is specific to MFC, ActiveX, or ATL projects that support MFC.
16+
This wizard differs from the **Add Method** wizard and **ADD IDL MFC Method** wizard. The [Add Method](adding-a-method-visual-cpp.md) wizard adds a default method to your project. The Add IDL MFC Method wizard is specific to MFC, ActiveX, or ATL projects that support MFC.
1717

1818
## Add a method to your interface
1919

@@ -105,4 +105,10 @@ The following section describes the user interface that you'll use to add a meth
105105

106106
1. `source`
107107

108-
The *source* attribute indicates that a member of a [coclass](/windows/win32/Midl/coclass), property, or method is a source of events. For a member of a coclass, this attribute means that the member is called rather than implemented. For more information, see [source](/windows/win32/Midl/source) in the [MIDL Reference](/windows/win32/midl/midl-language-reference.md).
108+
The *source* attribute indicates that a member of a [coclass](/windows/win32/Midl/coclass), property, or method is a source of events. For a member of a coclass, this attribute means that the member is called rather than implemented. For more information, see [source](/windows/win32/Midl/source) in the [MIDL Reference](/windows/win32/midl/midl-language-reference.md).
109+
110+
## See also
111+
112+
[Add a method](adding-a-method-visual-cpp.md)
113+
114+
[Add an IDL MFC method](../mfc/reference/add-idl-mfc-method-wizard.md)

0 commit comments

Comments
 (0)