网站首页  词典首页

请输入您要查询的英文单词:

 

单词 code-behind file
释义

code-behind file

  • 网络代码后置的档案;代码隐藏文件;代码后置的文件
1.
代码后置的档案
计算机与网络用语中英翻译 - 豆丁网... ... code-behind 代码后置 code-behind file 代码后置的档案 code-checking time 核码时间 ...
www.docin.com
2.
代码隐藏文件
.NET Framework 和... ... Code-behind Class — 代码隐藏类 Code-behind File代码隐藏文件 Code-behind Page — 代码隐藏 …
msdn.microsoft.com
3.
代码后置的文件
Comuper Term 10000 - 翻译学习资料区 大家论坛 ... code-behind 代码后置 code-behind file 代码后置的文件 codec 编码解码器 ...
club.topsage.com
4.
程式码后置档案
P-code in Chinese,... ... code-behind class 代码隐藏类; 程式码后置类别 code-behind file 程式码后置档案; 代码隐藏文件 ...
glosbe.com

例句

释义:
1.
Then specify the value of that attribute as the name of the event handler method that you defined in the code-behind file of the XAML page.
接著将该属性的值指定为您在XAML页面的程式码后置档案中所定义的事件处理常式方法的名称。
technet.microsoft.com
2.
If the code is in a separate class file, this file is referred to as the code-behind file.
如果代码在单独的类文件中,则该文件称为“代码隐藏”文件。
msdn2.microsoft.com
3.
Attribute specifies the name of the class within the code-behind file that corresponds to the page.
属性指定与页面对应的代码隐藏文件中类的名称。
msdn2.microsoft.com
4.
To resolve this condition, the Web service must be defined within a single class definition in a separate code file or "code-behind" file.
若要解决此问题,必须在单独的代码文件或“代码隐藏”文件中的单个类定义中定义Web服务。
msdn2.microsoft.com
5.
You can define a control in the code-behind file as long as you make it protected or public.
可以在代码隐藏文件中定义控件,但要使其成为受保护或公共控件。
technet.microsoft.com
6.
The following code example uses the single-file code model and may not work correctly if copied directly into a code-behind file.
下面的代码示例使用单文件代码模型,如果将它直接复制到代码隐藏文件中,可能不能正常工作。
msdn2.microsoft.com
7.
You can edit the server code for the page when you are working with a single-file page (as opposed to a page with a code-behind file).
在处理单文件页(相对具有代码隐藏文件的页而言)时,可编辑该页的服务器代码。
technet.microsoft.com
8.
The code for the button click event, which goes in the code-behind file, is contained in the next code example.
按钮单击事件的代码(位于代码隐藏文件中)包含在下一个代码示例中。
msdn2.microsoft.com
9.
In the code-behind file for your custom control, locate the constructor for your custom control.
在自定义控件的代码隐藏文件中,找到自定义控件的构造函数。
technet.microsoft.com
10.
The code-behind file for a page is not a complete class definition.
页的代码隐藏文件不是一个完整类定义。
msdn2.microsoft.com
1.
Note that, similar to the code-behind file for the Web page, the code-behind file for the user control uses a class and not a partial class.
注意,与网页的代码隐藏文件类似,用户控件的代码隐藏文件使用类而不是分部类。
msdn2.microsoft.com
2.
In simple terms, the code-behind file contains the event-handling code for your page.
简单地说,代码隐藏文件包含页的事件处理代码。
msdn2.microsoft.com
3.
By default, Visual Web Developer uses the page name as the basis for the class name in the code-behind file.
默认情况下,VisualWebDeveloper使用页名称作为代码隐藏文件中的类名称的基础。
msdn2.microsoft.com
4.
Optionally writing event handlers for the Activate, Deactivate and Paginated events in the code-behind file.
(可选)在代码隐藏文件中编写Activate、Deactivate和Paginated事件的事件处理程序。
msdn2.microsoft.com
5.
You cannot use this directive to implement an interface in a code-behind file.
您不能使用该指令在代码隐藏文件中实现接口。
msdn2.microsoft.com
6.
The code-behind file contains the complete class declarations in the default namespace.
代码隐藏文件包含默认命名空间中的完整类声明。
msdn2.microsoft.com
7.
Attribute was used as an alternative way to link a code-behind file to a page.
属性是另一种将代码隐藏文件链接到页的方法。
msdn2.microsoft.com
8.
Similar to the Web page's code-behind file, the user control's code-behind file now uses a partial class.
与网页的代码隐藏文件类似,该用户控件的代码隐藏文件现在使用一个分部类。
msdn2.microsoft.com
9.
Specifies a path to the referenced code-behind file for the control.
指定所引用的控件代码隐藏文件的路径。
msdn2.microsoft.com
10.
Make changes to your user control's code-behind file to match the following code example.
对用户控件的代码隐藏文件进行更改以匹配下面的代码示例。
msdn2.microsoft.com
1.
Make changes to your Web pages code-behind file to match the following code example.
对网页代码隐藏文件进行更改以匹配下面的代码示例。
msdn2.microsoft.com
2.
Specifies a path to the referenced code-behind file for the page.
指定指向页引用的代码隐藏文件的路径。
msdn2.microsoft.com
3.
The code-behind file is opened and the cursor is positioned in the selected event handler.
随即将打开代码隐藏文件,并将光标定位在选定的事件处理程序中。
technet.microsoft.com
4.
The code-behind file defined a complete class derived from the Page class.
代码隐藏文件定义了从Page类派生的完整类。
msdn2.microsoft.com
5.
The code-behind file is opened and the cursor is positioned in the event handler.
同时,还会打开代码隐藏文件,并将光标定位在事件处理程序中。
technet.microsoft.com
6.
Attribute to point to the renamed code-behind file.
属性更改为指向重命名的代码隐藏文件。
msdn2.microsoft.com
7.
This class is contained in the local. Wsdl file's code-behind file.
该类包含在本地.wsdl文件的代码隐藏文件中。
msdn2.microsoft.com
8.
The Code Editor opens the code-behind file Service. Jsl.
代码编辑器打开代码隐藏文件Service.jsl。
msdn2.microsoft.com
9.
the code - behind file contains a partial class that inherits from a base page class
代码隐藏文件包含一个继承自基页类的分部类。
www.ichacha.net
10.
The following code example shows a code-behind file that contains the same
下面的代码示例演示一个与单文件页的示例包含相同
msdn2.microsoft.com
1.
Open the code-behind file and change the class from which it inherits from
打开代码隐藏文件并将该文件继承的类从
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/6/28 0:31:43