您要查找的是不是:
- Attribute to perform conditional compilation. 属性执行条件编译。
- Describes prohibited edits of conditional compilation directives. 描述禁止对条件编译指令进行的编辑。
- Conditional compilation constants have a special scope and cannot be accessed from standard code. 条件编译常数具有特殊的范围并且不能从标准代码访问。
- You can use these constants only for conditional compilation; they cannot be used in executable code. 这些常数只能用于条件编译;它们不能用在可执行代码中。
- These conditional compilation directives can "hide" code by turning off the emission of debug symbols and resetting the line position. 这些条件编译指令可以通过关闭调试符号的显示并重置行位置来“隐藏”代码。
- Code excluded during conditional compilation is completely omitted from the final executable file, so it has no effect on size or performance. 条件编译时被排除的代码在最终的可执行文件中被完全忽略,所以不会对大小或性能有任何影响。
- Autocompletion will not function when editing code and using conditional compilation directives if the code is not part of the current branch. 如果代码不是当前分支的一部分,编辑代码和使用条件编译指令时,自动完成功能将不起作用。
- Lists and discusses the statements that control compilation of a script depending on the values of the conditional compilation variables. 列出并讨论根据条件编译变量的值控制脚本编译的语句。
- A preprocessing step performs macro substitution on program text, inclusion of other source files, and conditional compilation. 预处理的步骤执行宏带入程序代码,包含在其他源文件中,并且有条件的进行编译。
- Do not use multiline comments within the conditional compilation blocks since engines that do not support conditional compilation may misinterpret them. 不要在条件编译块中使用多行注释,因为不支持条件编译的引擎可能会对其作出错误解释。
- Conditional compilation enables JScript to use new language features without sacrificing compatibility with older versions that do not support the features. 条件编译使JScript能够使用新的语言功能,同时又保留与不支持这些功能的旧版本之间的兼容性。
- Directives to the output, at the beginning and end of each included file and around lines removed by preprocessor directives for conditional compilation. 指令添加到输出中,位于每个包含文件的开头和结尾以及被条件编译预处理器指令移除的行的周围。
- For example, you can create a Release configuration that optimizes code when building the solution, and a Debug configuration that includes the DEBUG conditional compilation symbol. 例如,可以创建一个在生成解决方案时优化代码的“发布”配置,还可以创建一个包括DEBUG条件编译符号的“调试”配置。
- New preprocessor facilities include a more complete set of conditional compilation directives, a way to create quoted strings from macro arguments, and better control over the macro expansion process. 新的预处理器包含一组更完整的条件编译指令(一种通过宏参数创建带引号的字符串的方法),对宏扩展过程的控制更严格。
- Conditional compilation constant to determine whether to compile certain statements. 条件编译常数确定是否编译某些语句。
- Code for debug is written under conditional compilation, and the condition is such as the debug code is not embedded if the condition is not present (i.e. #ifdef DEBUG). 用于调试的代码可以使用条件编译来包含,这样可以在调试的时候起作用,而发布版本失效(不被编译)。
- Defining this symbol enables conditional compiling of output functions from the Trace class. 定义该符号将启用对Trace类中的输出函数的条件编译。
- Conditional compiler constants are always private to the file in which they appear. 条件编译器常数在其出现的文件中总是为private。
- You can reuse code at the source code level by wrapping any desktop or Pocket PC specific code in conditional compile directives. 您可以通过在条件编译指令中包装任何桌面或Pocket PC特定代码,在源代码级重用代码。
- Gets or sets a value indicating whether the extracted class name exists inside a block of conditionally compiled code. 获取或设置一个值,该值指示提取的类名是否存在于条件编译代码块中。