IVsParseCommandLine2 Interface
Visual Studio 2015
Parses command line arguments for implementers of IOleCommandTarget. Extends but does not inherit from IVsParseCommandLine. Adds a method to support auto completion. You can get an instance of the interface from the SVsParseCommandLine (SID_SVsParseCommandLine) service.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetACParamOrSwitch(Int32, Int32, Int32, String, String) | Retrieves an auto completion command line item or switch. |
For more information about IOleCommandTarget see TN071: MFC IOleCommandTarget Implementation.
Show:
