IVsParseCommandLine Interface
Parses command line arguments for implementers of IOleCommandTarget. You can get an instance of the interface from the SVsParseCommandLine (SID_SVsParseCommandLine) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Use the ParseCommandLine method to parse the command line. You can then use the other interface methods to retrieve switches, values, and parameters.
For more information about IOleCommandTarget see TN071: MFC IOleCommandTarget Implementation.