单词 | option explicit | ||||||||||||
释义 | option explicit
更多释义 收起释义 例句释义: 变量须明确声明,显式变量定义,语句 1. If you do not use the Option Explicit statement, all undeclared variables are of Object type. 如果您没有使用OptionExplicit语句,则所有未声明的变量均为Object类型。 msdn2.microsoft.com 2. Setting Option Explicit to On has the advantage of forcing type inference to be made at compile time instead of run time. 将OptionExplicit设置为On具有在编译时(而不是在运行时)强制类型推理的优点。 msdn2.microsoft.com 3. The code has also been changed to use Option Explicit, so all variables are declared before being used. 还可以更改代码,以使用OptionExplicit,所以,在使用之前要声明所有的变量。 www.ibm.com 4. If you set Option Explicit to Off, you can implicitly declare a variable by simply using it in your code. 如果将OptionExplicit设置为Off,可以通过仅在代码中使用变量来隐式声明变量。 msdn2.microsoft.com 5. You can also set Option Explicit in the Visual Studio integrated development environment (IDE) or on a command line. 您也可以在VisualStudio集成开发环境(IDE)中或命令行上设置OptionExplicit。 msdn2.microsoft.com 6. If Option Explicit is On (the default), the compiler requires a declaration for every variable you use. 如果OptionExplicit为On(默认值),编译器将要求声明您使用的每个变量。 msdn2.microsoft.com 7. When Option Explicit appears in a file, you must explicitly declare all variables using the Dim or ReDim statements. 当OptionExplicit出现在文件中时,必须使用Dim或ReDim语句显式声明所有变量。 msdn2.microsoft.com 8. Option Explicit statements must specify either On or Off. OptionExplicit语句必须指定On或Off。 msdn2.microsoft.com 9. Modify the value in the Option Explicit box. 在“OptionExplicit”框中修改此值。 msdn2.microsoft.com 10. Include the Option Explicit Statement (Visual Basic) at the beginning of your code. 在代码的开头包含OptionExplicit语句(VisualBasic)。 msdn2.microsoft.com 1. To set Option Explicit in the integrated development environment (IDE) 在集成开发环境(IDE)中设置OptionExplicit msdn2.microsoft.com 2. Option Explicit On if you do not specify 如果您没有在代码中指定 msdn2.microsoft.com 3. To set Option Explicit on the command line 在命令行上设置OptionExplicit msdn2.microsoft.com 4. Option Explicit Private db As Database 定义数据库对象 www.24xuexi.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。