Share via


Ide.Launch Method ()

 

Launches the IDE without showing the user interface.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public void Launch()
public:
void Launch()
member Launch : unit -> unit
Public Sub Launch

Remarks

This method blocks any further calls until the IDE is fully launched and ready to accept additional calls.Use Show to make the IDE visible.

See Also

Ide Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top