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

Definition

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

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsPackage.GetPropertyPage(Guid % rguidPage, cli::array <Microsoft::VisualStudio::Shell::Interop::VSPROPSHEETPAGE> ^ ppage) = Microsoft::VisualStudio::Shell::Interop::IVsPackage::GetPropertyPage;
int IVsPackage.GetPropertyPage (ref Guid rguidPage, Microsoft.VisualStudio.Shell.Interop.VSPROPSHEETPAGE[] ppage);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsPackage.GetPropertyPage : Guid * Microsoft.VisualStudio.Shell.Interop.VSPROPSHEETPAGE[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsPackage.GetPropertyPage : Guid * Microsoft.VisualStudio.Shell.Interop.VSPROPSHEETPAGE[] -> int
Function GetPropertyPage (ByRef rguidPage As Guid, ppage As VSPROPSHEETPAGE()) As Integer Implements 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