IVsParseCommandLine.RejectAllSwitches 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.
Tests for whether or not there were any switches.
public:
int RejectAllSwitches();
public:
int RejectAllSwitches();
int RejectAllSwitches();
public int RejectAllSwitches ();
abstract member RejectAllSwitches : unit -> int
Public Function RejectAllSwitches () As Integer
Returns
If there are no switches, returns S_OK. Otherwise, returns E_FAIL.
Remarks
COM Signature
From vsshell.idl: