您要查找的是不是:
- case statement group 情况语句组
- Exit Select can be used only inside a Select Case statement. 只能在Select Case语句内使用Exit Select。
- The value of Color is then compared to the value for first Case statement. 然后将Color的值与第一个Case语句的值相比较。
- To correct this warning, remove the unreachable code or verify that the constant used in the case statement is correct. 若要更正此警告,请移除无法访问的代码,或者确认在case语句中使用的常数正确无误。
- The code between the case statement and the break keyword is executed if the condition is met. 如果满足条件,则执行case语句和break关键字之间的代码。
- Control is transferred to the case statement which matches the value of the switch. 控制传递给与开关的值匹配的case语句。
- The following procedure uses a case statement to classify the results of a query. 下面的过程使用case语句对查询结果归类。
- Exit Select is valid only between a Select or Select Case statement and a corresponding End Select statement. Exit Select只在Select或Select Case语句和对应的End Select语句之间有效。
- If you want the flow of control to continue to another case statement, use the goto keyword. 如果要使控制流继续执行另一个case语句,请使用goto关键字。
- A message box appears displaying the message for the Case statement matching the number that you entered. 出现一个消息框,显示和您输入的数字相匹配的。
- A Case statement with multiple clauses can exhibit behavior known as short-circuiting. 具有多个子句的Case语句可能会表现出称为“短路”的行为。
- In a switch statement, the condition is evaluated only once and the result is compared to each case statement. 在switch语句中条件只求值一次并用来和每个case语句比较。
- To program the StatusBar Control (Windows Forms) control to respond to user clicks, use a case statement within the PanelClick event. 若要对StatusBar控件(Windows窗体)控件进行编程以响应用户的单击操作,请在PanelClick事件中使用case语句。
- Make sure a valid Select or Select Case statement precedes the Exit Select and a valid End Select statement appears after it. 确保Exit Select之前有一个有效的Select或Select Case语句,之后有一个有效的End Select语句。
- The second Case statement contains the value that matches the current value of number, so the statement that writes "Between 6 and 8, inclusive" runs. 第二个Case语句包含与number的当前值匹配的值,因此,写入“Between 6 and8,inclusive”的语句将运行。
- Each Case statement can contain one or more values, a range of values, or a combination of values and comparison operators. 每个Case语句都可以包含一个或多个值、某个范围的值或值和比较运算符的组合。
- Assume that Color is a String variable and that this variable is a parameter for a method that contains the Select Case statement. 假定Color为一个String变量且此变量是一个包含Select Case语句的方法的参数。
- A jump statement such as a break is required after each case block, including the last block whether it is a case statement or a default statement. 在每一个case块(包括上一个块,不论它是case语句还是default语句)的后面,都必须有一个跳转语句(如break)。
- Use the IF statement for control flow, which is unlike the IIf (MDX) function and the CASE Statement (MDX) that can only be used to return values or objects. 使用控制流的IF语句,该语句不同于IIf(MDX)函数和仅可用于返回值或对象的CASE语句(MDX)。
- In that case you'll have to clear yourself. 那样,你只得自行辩白了。