xaml
- 网络语法;标记文件
-
The following changes are generated automatically when the XAML project is created
在创建XAML项目时,会自动地执行以下修改
-
But search engines , like Google , can scan XAML .
但是,搜索引擎,像谷歌能够扫描XAML的。
-
A reference to the IBM data provider is added to the XAML project .
在XAML项目中添加对IBM数据提供者的引用。
-
The screenshot above shows how Smart Code Completion works in XAML resources .
上面的截屏中显示在XAML资源中的敏捷的代码完成工作。
-
Right-click the EMPLOYEE table and select Generate XAML application from the context menu .
右键单击EMPLOYEE表并在上下文菜单中选择GenerateXAMLapplication。
-
Code in XAML and C # is really verbose .
用XAML和C编写的代码非常啰嗦。
-
It is coded in XAML , a popular markup language .
它用XAML这一流行的标记语言进行编码。
-
This defines the XAML language itself and focuses heavily on parsing .
它定义了XAML语言本身及重点关注的解析过程。
-
When you create a Moonlight application , an XAML file is generated for you .
创建Moonlight应用程序后,就会产生XAML文件。
-
XAML C # code is generated and the dataset is initialized .
生成XAMLC代码并对数据集进行初始化。
-
The code generator also generates a sample for the visual part of XAML project defining all UI elements .
代码生成器还为XAML项目的可见部分生成一个示例,其中定义了所有用户界面元素。
-
Much like setting a DataContext in XAML , link is called on the form itself .
就像在XAML中设置一个DataContext一般,link方法是由表单来调用的。
-
Generated XAML code is shown here
生成的XAML代码如下
-
A table , view , or stored procedure can be selected in Server Explorer to create an XAML application .
可以在ServerExplorer中选择一个表、视图或存储过程来创建XAML应用程序。
-
Read more about XAML Support »
阅读更多的XAML支持
-
Its simplified approach helps users by removing requirements for having knowledge of XAML or extensive understanding of IBM databases .
这种简单的方式使用户不必深入了解XAML或IBM数据库。
-
The XAML application is generated using the selected object , which includes a combination of all binding types , as mentioned above .
这时会使用所选的对象生成XAML应用程序,其中包含上面提到的所有绑定类型的组合。
-
The actual data templates for the ViewModel documents are in a resource dictionary included by the main XAML window .
ViewModel文档的实际数据模板位于主XAML窗口所包含的资源字典中。
-
It is built on some of the concepts that are seen as best practices for decoupling your code from the XAML .
它是基于一些解耦代码和XML的最佳实践的概念建立的。
-
The built-in WinRT libraries ( other than XAML ) are available outside of the Metro runtime environment .
内建的WinRT库(而不是XAML)是在Metro运行时环境之外提供的。
-
This is problematic because updates to the XAML data binding ( and possibly the data contexts as well ) are hard to test .
这就会带来问题,因为对XAML数据绑定(可能还包括数据上下文)的更新很难进行测试。
-
That being said it should also be possible to just use arbitrary XAML files or maybe even a XAML DSL for creating views .
这就是说可以只使用XAML文件或者甚至是XAMLDSL以创建视图。
-
This tool , launched from the properties pane , helps developers quickly construct XAML bindings for WPF and Silverlight .
该工具要从属性面板中加载,可以帮助开发者迅速构建WPF和Silverlight的XAML绑定。
-
Unlike XAML , you have the option of either passing in a function or defining the converter inline as an anonymous function .
和XAML不同的是,既可以把一个函数作为参数传入,也可以通过一个内联的匿名函数来定义转换器。
-
The catalog of modules can be populated via code , a XAML file , a configuration file , or by walking a directory .
我们可以通过代码、XAML文件、配置文件或者遍历目录来生成模块的目录。
-
Once the code binds all controls to the BindingSource object , then all fields are accessible in the XAML part .
把所有控件绑定到BindingSource对象之后,就可以在XAML代码中访问所有字段。
-
XAML files are XML text files that can be used to declaratively specify the UI of a Silverlight or WPF application .
XAML文件是XML文本文件,可以用来用声明的方式指定Silverlight或WPF应用的用户界面。
-
The combination of the XAML Node Stream and XAML DOM parsers are being used to add support for static analysis tools like FxCOP .
我们可以联合使用XAMLNodeStreams和XAMLDOM解析器为静态分析工具如FxCOP增加支持。
-
IBM Database Add-ins for Visual Studio allows the creation of data-bound XAML applications that map directly to relational objects in IBM data servers .
IBMDatabaseAdd-insforVisualStudio允许用户创建直接映射到IBM数据服务器中的关系对象的数据绑定XAML应用程序。
-
At the moment it 's not possible to bind to a pure DLR object in XAML but in the future that will be possible .
目前在XAML不能绑定到纯DLR,但是在将来这将变成可能。