Package.IVsPackage.GetPropertyPage(Guid, VSPROPSHEETPAGE[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.