您要查找的是不是:
- If the call transfers control to a method of higher trust than the origin method, the stack frame is not released. 如果调用将控制转移到比原始方法信任级别更高的方法,则不释放堆栈帧。
- call transfer control 呼叫转移控制
- I used the call transfer function. 我用了呼叫转移。
- It has call transfer and call waiting. 它有呼叫转移和呼叫等待的功能。
- Background Intelligent Transfer Control Class 1. 后台智能传送服务控件类1。
- PRINT does not transfer control to a CATCH block. PRINT不会将控制传输到CATCH块。
- To transfer control to a specified closed subroutine. 把控制转交给一个指定的闭式子例行程序。
- If the call would transfer control to a method of higher trust than the original method the stack frame will not be released. 如果调用将控制转移到比原始方法信任级别更高的方法,将不释放堆栈帧。
- This example illustrates how the Call statement is used to transfer control to a Sub procedure, an intrinsic function, and a dynamic-link library (DLL) procedure. 这个范例阐述了命名综述是怎样用来将管理控制变为低级程序的,一个固有功能,一个动力连续图书馆程序。
- Statement transfers control outside the loop. 语句将控制权转交到循环之外时可以终止。
- Tell us the money transfer control number and the other information. 告诉我们汇款的相关信息,以便我们可以顺利的收到款项。
- If Brad isn't in, ask to have your call transferred to Ashley. 假如布莱德不在的话,要他们把你的电话转给艾胥莉。
- When transferring control to another page, use Transfer method. 在将控件传输到其他页时,使用Transfer方法。
- For example, a key mapping that is used during business hours may enable a call transfer to another extension where a human operator or receptionist is available. 例如,在办公时间使用的键映射可以支持将呼叫转到人工话务员或接待员使用的其他分机。
- Unconditionally transfers control to a target instruction. 无条件地将控制转移到目标指令。
- In addition, the platform will offer a unique level of network-wide call control, with intersite call transfers between agents rearranged automatically through the network. 另外,平台将提供全网络单级的呼叫控制,自动通过网络重新安排在不同站点之间的业务代表呼叫转移。
- Visual Basic does not support the Exit Statement (Visual Basic) to transfer control out of a With block. Visual Basic不支持Exit语句(Visual Basic)将控制传递到With块之外。
- Block whereas the ordinary branch instructions can only be used in such a block to transfer control within it. 块,而一般分支指令只能在此类块中使用以在其内部转移控制。
- Exits a procedure or block and transfers control immediately to the statement following the procedure call or the block definition. 退出过程或块,并且立即将控制传送到过程调用或块定义后面的语句。
- A common use of goto is to transfer control to a specific switch-case label or the default label in a switch statement. goto的一个通常用法是将控制传递给特定的switch-case标签或switch语句中的默认标签。