IVsParseCommandLine.HasParams 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 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: