Package.IVsPackage.GetPropertyPage(Guid, VSPROPSHEETPAGE[])
Package.IVsPackage.GetPropertyPage(Guid, VSPROPSHEETPAGE[])
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);
Function GetPropertyPage (ByRef rguidPage As Guid, ppage As VSPROPSHEETPAGE()) As Integer Implements IVsPackage.GetPropertyPage
Parameters
- ppage
- VSPROPSHEETPAGE[]
Specifies the property page whose values are taken from the VSPROPSHEETPAGE structure.
Returns
Implements