IVsParseCommandLine Members
Include Protected Members
Include Inherited Members
Parses command line arguments for implementers of IOleCommandTarget. You can get an instance of the interface from the SVsParseCommandLine (SID_SVsParseCommandLine) service.
The IVsParseCommandLine type exposes the following members.
Methods
Name
Description
Evaluates command line switches based on switch definitions.
Retrieves an auto completion command line item.
Gets the current command.
Returns the tail of the command line—characters remaining after the defined switches and arguments.
Returns a parameter by index.
Gets the number of command line parameters.
Returns a raw, unparsed switch by index.
Returns the raw, unparsed value of the switch by index.
Returns the number of switches in the command line.
Gets the parsed value of a switch by index.
Gets the number of switch values on the command line.
Queries whether or not there are command line parameters.
Queries whether or not there are command line switches.
Queries whether or not there are command line switch values.
Queries, by index, whether or not a given switch is present.
Parses the command line as preparation for using other interface methods to retrieve the parsed elements.
Parses the tail of the command line.
Quote a parameter string and escape characters within the string appropriately.
Tests for whether or not there were any switches.
Tests, by index, whether or not a specific switch has a value.
Verify the parameter count is within a specific range.
Top