Skip to content

Commit 9eab2e2

Browse files
author
mikeblome
committed
fixed h2
1 parent 832f12b commit 9eab2e2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/atl/reference/adding-an-atl-com-plus-1-0-component.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ This wizard adds an object to your project that supports COM+ 1.0 services, incl
2424

2525
1. In the [Add Class](../../ide/add-class-dialog-box.md) dialog box, in the **Templates** pane, click **ATL COM+ 1.0 Component**, and then click **Open** to display the [ATL COM+ 1.0 Component Wizard](../../atl/reference/atl-com-plus-1-0-component-wizard.md).
2626

27-
::: moniker-end
28-
2927
## See also
3028

3129
[Adding a Class](../../ide/adding-a-class-visual-cpp.md)<br/>
3230
[Adding a Method](../../ide/adding-a-method-visual-cpp.md)
31+
32+
::: moniker-end
33+
34+

docs/atl/reference/adding-objects-and-controls-to-an-atl-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: c0adcbd0-07fe-4c55-a8fd-8c2c65ecdaad
88
# Adding Objects and Controls to an ATL Project
99

1010
> [!NOTE]
11-
> The ATL COM+ 1.0 Component Wizard, [ATL OLE DB Consumer wizard, and ATL Active Server Page Component wizard are not available in Visual Studio 2019 and later.
11+
> The ATL COM+ 1.0 Component Wizard, ATL OLE DB Consumer wizard, and ATL Active Server Page Component wizard are not available in Visual Studio 2019 and later.
1212
1313
You can use one of the ATL code wizards to add an object or a control to your ATL- or MFC-based projects. For each COM object or control you add, the wizard generates .cpp and .h files, as well as an .rgs file for script-based registry support. The following ATL code wizards are available in Visual Studio:
1414

0 commit comments

Comments
 (0)