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

 

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.

Namespace:   Microsoft.VisualStudio.Shell
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.Int32

If the method succeeds, it returns S_OK, otherwise it returns an error code.

Return to top
Show: