IVsParseCommandLine2 Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("7837DF15-0604-4EA1-8515-CD5A30972482")]
[InterfaceTypeAttribute(1)]
public interface IVsParseCommandLine2

NameDescription
System_CAPS_pubmethodGetACParamOrSwitch(Int32, Int32, Int32, String, String)

Retrieves an auto completion command line item or switch.

Return to top
Show: