IVsParseCommandLine.HasSwitchValues 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 switch values.
public:
int HasSwitchValues();
public:
int HasSwitchValues();
int HasSwitchValues();
public int HasSwitchValues ();
abstract member HasSwitchValues : unit -> int
Public Function HasSwitchValues () As Integer
Returns
Returns S_OK if there are switch values, S_FALSE otherwise.
Remarks
COM Signature
From vsshell.idl: