VsShellUtilities.ShowToolsOptionsPage 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.
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
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