Package.ShowOptionPage(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays a specified tools options page.
public:
void ShowOptionPage(Type ^ optionsPageType);
public:
void ShowOptionPage(Platform::Type ^ optionsPageType);
public void ShowOptionPage (Type optionsPageType);
member this.ShowOptionPage : Type -> unit
Public Sub ShowOptionPage (optionsPageType As Type)
Parameters
- optionsPageType
- Type
The options page to open. The options page is identified by the GUID of the optionsPageType
object passed in.
Exceptions
optionsPageType
is null.