Package.ShowOptionPage(Type) Method

Definition

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.

Applies to