Skip to content

Commit ba20284

Browse files
author
mikeblome
committed
fixed vs-2017 monikers to include vs 2015
1 parent db209bc commit ba20284

26 files changed

Lines changed: 26 additions & 26 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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="<=vs-2017"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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="<=vs-2017"
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/add-class-dialog-box.md).
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The ATL Active Server Pages component wizard is not available in Visual Studio 2
1212

1313
::: moniker-end
1414

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

1717
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/add-class-dialog-box.md) 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.
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The ATL OLE DB Consumer wizard is not available in Visual Studio 2019 and later.
1212

1313
::: moniker-end
1414

15-
::: moniker range="vs-2017"
15+
::: moniker range="<=vs-2017"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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="<=vs-2017"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This wizard is not available in Visual Studio 2019 and later.
1212

1313
::: moniker-end
1414

15-
::: moniker range="vs-2017"
15+
::: moniker range="<=vs-2017"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This wizard is not available in Visual Studio 2019 and later.
1212

1313
::: moniker-end
1414

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

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

docs/atl/reference/atl-ole-db-consumer-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This wizard is not available in Visual Studio 2019 and later.
1212

1313
::: moniker-end
1414

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

1717
This wizard sets up an OLE DB consumer class with the data bindings necessary to access the specified data source through the specified OLE DB provider.
1818

docs/atl/reference/atl-ole-db-provider-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This wizard is not available in Visual Studio 2019 and later.
1212

1313
::: moniker-end
1414

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

1717
## Remarks
1818

docs/atl/reference/atl-property-page-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This wizard is not available in Visual Studio 2019 and later.
1313

1414
::: moniker-end
1515

16-
::: moniker range="vs-2017"
16+
::: moniker range="<=vs-2017"
1717

1818
This wizard [adds a property page into an ATL project](../../atl/reference/adding-an-atl-property-page.md) or to an MFC project with ATL support. An ATL property page provides a user interface for setting the properties (or calling the methods) of one or more COM objects.
1919

0 commit comments

Comments
 (0)