Package.IVsPackage.GetPropertyPage Method (Guid, VSPROPSHEETPAGE())
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Proffers access to the Tools menu Options and the property pages of the Customize Toolbox dialog boxes.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Private Function GetPropertyPage ( ByRef rguidPage As Guid, ppage As VSPROPSHEETPAGE() ) As Integer Implements IVsPackage.GetPropertyPage
Parameters
- rguidPage
-
Type:
System.Guid
Unique identifier of the requested property page.
- ppage
-
Type:
Microsoft.VisualStudio.Shell.Interop.VSPROPSHEETPAGE()
Specifies the property page whose values are taken from the VSPROPSHEETPAGE structure.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK, otherwise it returns an error code.
Show: