IVsParseCommandLine.HasSwitches 方法

定义

查询是否存在命令行开关。

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

返回

Int32

S_OK如果有开关,则返回 S_FALSE ; 否则返回。

注解

COM 签名

从 vsshell:

适用于