Vsiual Studio命令帮助 [英] Vsiual studio command help

查看:76
本文介绍了Vsiual Studio命令帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是什么意思?请解释.

What does this mean? Please explain.

// Send 'Get Picture' command
if (!GetPictureCommand(pictureType, processDelay, out pictureDataSize))
  return false;


谢谢

推荐答案

在这里用三个参数调用方法GetPictureCommand.如果此方法的值(返回)为false,则它进入if 条件的真实部分并返回false.
A method GetPictureCommand is called with three parameters here. If the value of this method is (returned as) false, it goes into the true part of the if condition and returns false.


这篇关于Vsiual Studio命令帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆