IVsParseCommandLine Methods

 

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

NameDescription
System_CAPS_pubmethodEvaluateSwitches(String^)

Evaluates command line switches based on switch definitions.

System_CAPS_pubmethodGetACParam(Int32, Int32, Int32, String^)

Retrieves an auto completion command line item.

System_CAPS_pubmethodGetCommand(String^)

Gets the current command.

System_CAPS_pubmethodGetCommandTail(String^)

Returns the tail of the command line—characters remaining after the defined switches and arguments.

System_CAPS_pubmethodGetParam(Int32, String^)

Returns a parameter by index.

System_CAPS_pubmethodGetParamCount(Int32)

Gets the number of command line parameters.

System_CAPS_pubmethodGetRawSwitch(Int32, String^)

Returns a raw, unparsed switch by index.

System_CAPS_pubmethodGetRawSwitchValue(Int32, String^)

Returns the raw, unparsed value of the switch by index.

System_CAPS_pubmethodGetSwitchCount(Int32)

Returns the number of switches in the command line.

System_CAPS_pubmethodGetSwitchValue(Int32, String^)

Gets the parsed value of a switch by index.

System_CAPS_pubmethodGetSwitchValueCount(Int32)

Gets the number of switch values on the command line.

System_CAPS_pubmethodHasParams()

Queries whether or not there are command line parameters.

System_CAPS_pubmethodHasSwitches()

Queries whether or not there are command line switches.

System_CAPS_pubmethodHasSwitchValues()

Queries whether or not there are command line switch values.

System_CAPS_pubmethodIsSwitchPresent(Int32)

Queries, by index, whether or not a given switch is present.

System_CAPS_pubmethodParseCommandLine(String^, Int32, Int32)

Parses the command line as preparation for using other interface methods to retrieve the parsed elements.

System_CAPS_pubmethodParseCommandTail(String^, Int32)

Parses the tail of the command line.

System_CAPS_pubmethodQuoteParam(String^, String^)

Quote a parameter string and escape characters within the string appropriately.

System_CAPS_pubmethodRejectAllSwitches()

Tests for whether or not there were any switches.

System_CAPS_pubmethodSwitchHasValue(Int32)

Tests, by index, whether or not a specific switch has a value.

System_CAPS_pubmethodValidateParamCount(Int32, Int32)

Verify the parameter count is within a specific range.

Return to top
Show: