您要查找的是不是:
- The calling code continues to execute. 调用代码继续执行。
- Gets or sets the site name of the calling code. 获取或设置调用代码的站点名称。
- Let us take a look at the calling code. 让我们调用一下代码。
- Statement, control returns to the calling code. 语句,控制将返回到调用代码。
- Method would run in the same security context as the calling code. 方法的代码将与调用代码在同一安全上下文中运行。
- Ensure that the version you intend to call is accessible by the calling code. 确保想要调用的版本可供调用代码访问。
- For the current object that passes through the calling code to fail. 导致通过调用代码传递的当前对象的每个。
- Plays the sound and waits until it completes before the calling code continues. 播放声音并等待播放完毕,然后再继续执行调用代码。
- Method to run code in the same security context as the calling code. 方法将代码与调用代码在同一安全上下文中运行。
- The calling code in the client does not have to know that the call is actually going through a stub. 客户机的调用代码不需要知道调用实际上是通过存根进行的。
- In properties; it exposes them directly to all calling code as public class fields. 封装在属性中;该类直接将它们作为公共类字段公开到所有调用代码。
- Obtains machine-scoped isolated storage corresponding to the calling code's application identity. 获取与调用代码的应用程序标识对应的计算机范围的独立存储。
- Obtains machine-scoped isolated storage corresponding to the calling code's assembly identity. 获取与调用代码的程序集标识对应的计算机范围的独立存储。
- Obtains user-scoped isolated storage corresponding to the calling code's application identity. 获取与调用代码的应用程序标识对应的用户范围的独立存储。
- Therefore, if the function modifies the parameter, the original value in the calling code is changed. 因此,如果函数修改了该参数,调用代码中的原始值也随之改变。
- Remove all type arguments from your calling code and let the compiler attempt to do type inference. 从调用代码中移除所有类型参数,并让编译器尝试进行类型推导。
- Procedure returns to the calling code, execution continues with the statement following the statement that invoked it. 过程返回到调用代码时,继续执行调用它的语句之后的语句。
- Follow the Return keyword with an expression that yields the value you want to return to the calling code. 在Return关键字后面接一个表达式,该表达式生成要返回给调用代码的值。
- Covers defining a parameter list to accept values passed to the procedure by the calling code. 介绍如何定义参数列表来接受由调用代码传递给过程的值。
- The calling code is a statement, or an expression within a statement, that specifies the procedure by name and transfers control to it. 调用代码是一个语句或语句内的表达式,它通过名称指定过程并将控制转让给它。