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页面的程式码后置档案中所定义的事件处理常式方法的名称。
2.If the code is in a separate class file, this file is referred to as the code-behind file.
如果代码在单独的类文件中,则该文件称为“代码隐藏”文件。
3.ask: thank for the quick answer. . . it's only just a curiosity to see the code behind this thing. . . So how can i reverse it?
问:谢谢这么快回答,出于好奇,我想看看那些代码,我可以反编译吗?
4.In the code-behind model, the example used in the preceding section for the single-file page would be in two parts.
在代码隐藏模型中,前面部分中使用的单文件页示例分成两个部分。
5.For instance, the concept of "code-behind" could decrease significantly with a shift to modern MDD techniques.
例如,随着向现代MDD技术的转变,“代码分离”的概念会大大减少。
6.This sample demonstrates the implementation of a set of commands that unify some of the code behind menus , toolbars, and other objects .
此示例演示一组命令的实现,这些命令将菜单、工具栏和其他对象后台的一些代码统一起来。
7.Attribute specifies the name of the class within the code-behind file that corresponds to the page.
属性指定与页面对应的代码隐藏文件中类的名称。
8.Inherits attribute to specify the name of a code-behind class from which the application class will inherit.
属性指定该应用程序类将从其继承的代码隐藏类的名称。
9.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服务。
10.You can define a control in the code-behind file as long as you make it protected or public.
可以在代码隐藏文件中定义控件,但要使其成为受保护或公共控件。