Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.65 KB

options-atl-property-page-wizard.md

File metadata and controls

47 lines (32 loc) · 1.65 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Options, ATL Property Page Wizard
Options, ATL Property Page Wizard
05/09/2019
vc.codewiz.class.atl.ppg.options
ATL Property Page Wizard, options
a7107779-b2ea-4f99-b84b-7f3e0c504bc8

Options, ATL Property Page Wizard

::: moniker range=">=msvc-160"

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

::: moniker-end

::: moniker range="<=msvc-150"

Use this page of the wizard to define the threading model and aggregation level of property page you are creating.

  • Threading model

    Specifies the threading model used by the property page.

    See Specifying the Project's Threading Model for more information.

    Option Description
    Single The property page runs only in the primary COM thread.
    Apartment The property page can be created in any single thread apartment. The default.
  • Aggregation

    Adds aggregation support for the property page you are creating. See Aggregation for more information.

    Option Description
    Yes Create a property page that can be aggregated.
    No Create a property page that cannot be aggregated.
    Only Create a property page that can only be instantiated through aggregation.

::: moniker-end

See also

ATL Property Page Wizard
Strings, ATL Property Page Wizard