IVsAppCommandLine Interface
Visual Studio 2015
This interface is used by a package to read command-line switches entered by the user.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetOption(String, Int32, String) | Retrieves the command line switches. |
Notes to Implementers:
Implemented by the Visual Studio environment.
Notes to Callers:
Call IVsAppCommandLine each time your package is loaded.
Show:
