Ide.Show Method ()
Shows the IDE.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public void Show()
public:
void Show()
member Show : unit -> unit
Public Sub Show
Remarks
If the IDE has not been launched, it will be launched and then shown.
See Also
Ide Class
Microsoft.VisualStudio.Tools.Applications Namespace