This topic has not yet been rated - Rate this topic

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)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("366704D5-85D0-4F7D-B267-90FA4DD37D5B")] 
public interface IVsParseCommandLine
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("366704D5-85D0-4F7D-B267-90FA4DD37D5B") */ 
public interface IVsParseCommandLine
InterfaceTypeAttribute(1) 
GuidAttribute("366704D5-85D0-4F7D-B267-90FA4DD37D5B") 
public interface IVsParseCommandLine

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.

COM Signature

From vsshell.idl:

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ