IVsParseCommandLine.HasSwitches Method

Definition

Queries whether or not there are command line switches.

public:
 int HasSwitches();
public:
 int HasSwitches();
int HasSwitches();
public int HasSwitches ();
abstract member HasSwitches : unit -> int
Public Function HasSwitches () As Integer

Returns

Returns S_OK if there are switches, S_FALSE otherwise.

Remarks

COM Signature

From vsshell.idl:

Applies to