IVsParseCommandLine.HasParams Method

Definition

Queries whether or not there are command line parameters.

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

Returns

Returns S_OK if there are parameters, S_FALSE otherwise.

Remarks

COM Signature

From vsshell.idl:

Applies to