IVsParseCommandLine.HasSwitches Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries whether or not there are command line switches.
public:
 int HasSwitches();public:
 int HasSwitches();int HasSwitches();public int HasSwitches();abstract member HasSwitches : unit -> intPublic Function HasSwitches () As IntegerReturns
Returns S_OK if there are switches, S_FALSE otherwise.
Remarks
COM Signature
From vsshell.idl: