Skip to content

Commit 65cb546

Browse files
author
Colin Robertson
authored
Merge pull request #3226 from corob-msft/moniker-change-branch
Bulk update: Modify monikers from VS to MSVC
2 parents 7e02b4d + 4a1197d commit 65cb546

File tree

235 files changed

+575
-575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+575
-575
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"locale": "en-us",
99
"monikers": [],
1010
"moniker_ranges": [
11-
">= vs-2015"
11+
">= msvc-140"
1212
],
1313
"xref_query_tags": ["/dotnet", "/uwp/api"],
1414
"open_to_public_contributors": true,

docs/atl/creating-the-project-atl-tutorial-part-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This tutorial walks you step-by-step through a non-attributed ATL project that c
4444
4545
Visual Studio will create the project by generating several files. You can view these files in **Solution Explorer** by expanding the `Polygon` object. The files are listed below.
4646
47-
::: moniker range="<=vs-2017"
47+
::: moniker range="<=msvc-150"
4848
4949
|File|Description|
5050
|----------|-----------------|
@@ -60,7 +60,7 @@ Visual Studio will create the project by generating several files. You can view
6060
6161
::: moniker-end
6262
63-
::: moniker range=">=vs-2019"
63+
::: moniker range=">=msvc-160"
6464
6565
|File|Description|
6666
|----------|-----------------|

docs/atl/example-implementing-a-property-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.assetid: c30b67fe-ce08-4249-ae29-f3060fa8d61e
66
---
77
# Example: Implementing a Property Page
88

9-
::: moniker range="vs-2019"
9+
::: moniker range="msvc-160"
1010

1111
The ATL Property Page wizard is not available in Visual Studio 2019 and later.
1212

1313
::: moniker-end
1414

15-
::: moniker range="<=vs-2017"
15+
::: moniker range="<=msvc-150"
1616

1717
This example shows how to build a property page that displays (and allows you to change) properties of the [Document Classes](../mfc/document-classes.md) interface.
1818

docs/atl/implementing-property-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.assetid: 62f29440-33a7-40eb-a1ef-3634c95f640c
66
---
77
# Implementing Property Pages
88

9-
::: moniker range="vs-2019"
9+
::: moniker range="msvc-160"
1010

1111
The ATL Property Page wizard is not available in Visual Studio 2019 and later.
1212

1313
::: moniker-end
1414

15-
::: moniker range="<=vs-2017"
15+
::: moniker range="<=msvc-150"
1616

1717
Property pages are COM objects that implement the `IPropertyPage` or `IPropertyPage2` interface. ATL provides support for implementing property pages through the [ATL Property Page Wizard](../atl/reference/atl-property-page-wizard.md) in the [Add Class dialog box](../ide/adding-a-class-visual-cpp.md#add-class-dialog-box).
1818

docs/atl/reference/adding-an-atl-active-server-page-component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.assetid: 7be2204c-6e58-4099-8892-001b848c8987
55
---
66
# Adding an ATL Active Server Page Component
77

8-
::: moniker range="vs-2019"
8+
::: moniker range="msvc-160"
99

1010
The ATL Active Server Pages component wizard is not available in Visual Studio 2019 and later.
1111

1212
::: moniker-end
1313

14-
::: moniker range="<=vs-2017"
14+
::: moniker range="<=msvc-150"
1515

1616
To add an Active Template Library (ATL) object to your project, your project must have been created as an ATL COM application or as an MFC application that contains ATL support. You can use the [ATL Project Wizard](../../atl/reference/atl-project-wizard.md) to create an ATL application, you can select **Add ATL Support to MFC** from the [Add Class Dialog Box](../../ide/adding-a-class-visual-cpp.md#add-class-dialog-box) dialog box, or you can [add an ATL object to your MFC application](../../mfc/reference/adding-atl-support-to-your-mfc-project.md) to implement ATL support for an MFC application.
1717

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.assetid: c6c95e64-9ee4-4a6e-8804-5930202ce1b9
55
---
66
# Adding an ATL COM+ 1.0 Component
77

8-
::: moniker range="vs-2019"
8+
::: moniker range="msvc-160"
99

1010
The ATL COM+ 1.0 Component wizard is not available in Visual Studio 2019 and later.
1111

1212
::: moniker-end
1313

14-
::: moniker range="<=vs-2017"
14+
::: moniker range="<=msvc-150"
1515

1616
This wizard adds an object to your project that supports COM+ 1.0 services, including transactions.
1717

docs/atl/reference/adding-an-atl-ole-db-consumer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.assetid: f940a513-4e42-4148-b521-dd0d7dc89fa2
66
---
77
# Adding an ATL OLE DB Consumer
88

9-
::: moniker range="vs-2019"
9+
::: moniker range="msvc-160"
1010

1111
The ATL OLE DB Consumer wizard is not available in Visual Studio 2019 and later. You can still add the functionality manually. For more information, see [Creating a Consumer Without Using a Wizard](../../data/oledb/creating-a-consumer-without-using-a-wizard.md).
1212

1313
::: moniker-end
1414

15-
::: moniker range="<=vs-2017"
15+
::: moniker range="<=msvc-150"
1616

1717
Use this wizard to add an ATL OLE DB consumer to a project. An ATL OLE DB consumer consists of an OLE DB accessor class and data bindings necessary to access a data source. The project must have been created as an ATL COM application, or as an MFC or Win32 application that contains ATL support (which the ATL OLE DB Consumer Wizard adds automatically).
1818

docs/atl/reference/adding-an-atl-ole-db-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.assetid: 26fba1e3-880f-4bc6-90e5-2096a48a3a6c
66
---
77
# Adding an ATL OLE DB Provider
88

9-
::: moniker range="vs-2019"
9+
::: moniker range="msvc-160"
1010

1111
The ATL OLE DB Provider wizard is not available in Visual Studio 2019 and later.
1212

1313
::: moniker-end
1414

15-
::: moniker range="<=vs-2017"
15+
::: moniker range="<=msvc-150"
1616

1717
Use this wizard to add an ATL OLE DB provider to a project. An ATL OLE DB provider consists of a data source, session, command, and rowset classes. The project must have been created as an ATL COM application.
1818

docs/atl/reference/atl-active-server-page-component-wizard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.assetid: 5a5cb904-dbbf-44ea-ad3d-2ddd14c1d3c5
66
---
77
# ATL Active Server Page Component Wizard
88

9-
::: moniker range="vs-2019"
9+
::: moniker range="msvc-160"
1010

1111
This wizard is not available in Visual Studio 2019 and later.
1212

1313
::: moniker-end
1414

15-
::: moniker range="<=vs-2017"
15+
::: moniker range="<=msvc-150"
1616

1717
This wizard inserts into the project an Active Server Pages (ASP) component. The Microsoft Internet Information Services (IIS) uses ASP components as part of its enhanced Web page development architecture.
1818

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.assetid: 11670681-8671-4122-96a4-2e52f8dadce0
66
---
77
# ATL COM+ 1.0 Component Wizard
88

9-
::: moniker range="vs-2019"
9+
::: moniker range="msvc-160"
1010

1111
This wizard is not available in Visual Studio 2019 and later.
1212

1313
::: moniker-end
1414

15-
::: moniker range="<=vs-2017"
15+
::: moniker range="<=msvc-150"
1616

1717
Use this wizard to add an object to your project that supports COM+ 1.0 services, including transactions.
1818

0 commit comments

Comments
 (0)