VsShellUtilities.ShowToolsOptionsPage Method

Definition

Overloads

ShowToolsOptionsPage(Guid)

Invokes the Tools > Options dialog with the given page selected

ShowToolsOptionsPage<T>()

Invokes the Tools > Options dialog with the given page selected

ShowToolsOptionsPage(Guid)

Invokes the Tools > Options dialog with the given page selected

public:
 static void ShowToolsOptionsPage(Guid pageGuid);
public static void ShowToolsOptionsPage (Guid pageGuid);
static member ShowToolsOptionsPage : Guid -> unit
Public Sub ShowToolsOptionsPage (pageGuid As Guid)

Parameters

pageGuid
Guid

The Guid of the page to select

Applies to

ShowToolsOptionsPage<T>()

Invokes the Tools > Options dialog with the given page selected

public:
generic <typename T>
 where T : Microsoft::VisualStudio::Shell::DialogPage static void ShowToolsOptionsPage();
public static void ShowToolsOptionsPage<T> () where T : Microsoft.VisualStudio.Shell.DialogPage;
static member ShowToolsOptionsPage : unit -> unit (requires 'T :> Microsoft.VisualStudio.Shell.DialogPage)
Public Sub ShowToolsOptionsPage(Of T As DialogPage) ()

Type Parameters

T

The dialog page type

Applies to