Package.ShowOptionPage Method (Type)

 

Displays a specified tools options page.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public void ShowOptionPage(
	Type optionsPageType
)

Parameters

optionsPageType
Type: System.Type

The options page to open. The options page is identified by the GUID of the optionsPageType object passed in.

Exception Condition
ArgumentNullException

optionsPageType is null.

Return to top
Show: