Package.IVsPackage.GetPropertyPage Method
Visual Studio 2010
This API supports the .NET Framework 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.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
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.
Implements
IVsPackage.GetPropertyPage(Guid, VSPROPSHEETPAGE[])- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.