Package.IVsPackage.GetPropertyPage(Guid, VSPROPSHEETPAGE[]) Method

Definition

Proffers access to the Tools menu Options and the property pages of the Customize Toolbox dialog boxes.

C++
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsPackage.GetPropertyPage(Guid % rguidPage, cli::array <Microsoft::VisualStudio::Shell::Interop::VSPROPSHEETPAGE> ^ ppage) = Microsoft::VisualStudio::Shell::Interop::IVsPackage::GetPropertyPage;

Parameters

rguidPage
Guid

Unique identifier of the requested property page.

ppage
VSPROPSHEETPAGE[]

Specifies the property page whose values are taken from the VSPROPSHEETPAGE structure.

Returns

If the method succeeds, it returns S_OK, otherwise it returns an error code.

Implements

Applies to

Produit Versions
Visual Studio SDK 2015, 2017, 2019, 2022