xaml

  • 网络可扩展应用程序标记语言;可延伸应用程式标记语言;可延伸标记语言

xamlxaml

xaml

可扩展应用程序标记语言

可扩展应用程序标记语言 (XAML) 语言支持,以便您能够在可扩展应用程序标记语言 (XAML) 标记中创建大部分应用程序 UI。 X…

可延伸应用程式标记语言

可延伸应用程式标记语言 (XAML) 中,您可能也会使用特殊的缩写语法,来描述 Path。在下列范例中,缩写语法是用来绘制 …

可延伸标记语言

可延伸标记语言 (XAML) 中,您可能也会使用特殊的缩写语法,来描述 Path。在下列范例中,缩写语法是用来绘制复杂图案。

XML Application Markup Language

这些全新的所有 API将采用XML应用程序标记语言,XML Application markup language (XAML),对开发人员提供比以前方便的 …

可扩展应用标记语言

UIA 直接通过用于可扩展应用标记语言 (XAML) 的 Microsoft .NET 显示并且可以通过 WWAHost.exe 的可访问的丰富 Internet …

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
For untrusted XAML, you should treat it generally the same as if it were untrusted code. 对于不受信任的XAML,通常应将其视同为不受信任的代码。
3
Also, it is possible to produce circular dependencies, in which case the XAML processing behavior is undefined. 此外,在XAML处理行为未定义的情况下,也可能产生循环依赖关系。
4
My goal is to keep the XAML simple enough to be unobtrusive in presenting the control but complex enough to be interesting. 我的目标是,既要使XAML在呈现控件时尽可能简单,不花哨,又要使其内容足以能引起读者的兴趣。
5
The vector graphics that make up the appearance of the button are created by using Extensible Application Markup Language (XAML). 构成按钮外观的向量图形是使用可扩展应用程序标记语言(XAML)创建的。
6
This latter consideration is also influenced by the concept of a XAML schema context. 后面这项考量也受到XAML结构描述内容的概念影响。
7
In the most general sense, untrusted XAML is any XAML source that your application did not specifically include or emit. 一般来说,不受信任的XAML是应用程序未明确包含或发出的任何XAML源。
8
Document Outline window, which allows you to view a XAML document in a hierarchical manner and to preview, select, or delete XAML elements. “文档大纲”窗口,此窗口以分层形式显示XAML文档,您可以在其中预览、选择或删除XAML元素。
9
It includes properties for the Silverlight plug-in creation, handling all the details of creating the plug-in and loading the XAML file. 它包含Silverlight插件创建的各种属性,这些属性处理创建插件和加载XAML文件的所有细节。
10
The static members being referenced do not have to come from specific framework assemblies associated with XAML schema context. 被引用的静态成员不一定来自与XAML架构上下文相关联的特定框架程序集。
11
Also, the control's assembly is added as a project reference, and a namespace mapping is added to the open XAML file. 此外,控制项的组件会当做专案参考加入,而且命名空间对应会加入到开启的XAML档案中。
12
When you use this technique, the behavior of a property in the designer does not match the value of the property in XAML view. 当您使用这项技术时,设计工具中的属性行为和[XAML]检视中的属性值并不相符。
13
This will ensure that the Silverlight control is initialized with the content of the XAML file I embedded as a resource in the assembly. 这可确保使用作为资源嵌入到程序集中的XAML文件的内容初始化Silverlight控件。
14
You could, of course, build more interesting and complex controls with sophisticated XAML renderings. 当然,使用高级XAML呈现,可以生成更引人入胜的复杂控件。
15
The following example shows escape sequences for an XML namespace that appears at the start of a XAML attribute value. 下面的示例显示了出现在XAML特性值开头的XML命名空间的转义序列。
16
Walks you step-by-step through the procedures to create a type converter for a custom type to serialize it to and from XAML. 引导您逐步完成建立自订型别之型别转换子的程序,在型别和XAML之间来回进行序列化。
17
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增加支持。
18
Applying this attribute to a property definition ensures that the dependent properties are processed first in XAML object writing. 将此特性应用于属性定义可确保在XAML对象写入时先处理依赖属性。
19
Other existing frameworks that use XAML also do not use processing instructions from XAML. 利用XAML的其他现有的框架还未使用来自XAML的处理指令。
20
Sharing objects or contexts might be required if you are writing XAML node loop logic, or providing a custom save path. 如果您编写XAML节点循环逻辑或者提供自定义的保存路径,则可能需要共享对象或上下文。
21
A goal of writing code for the DLR is to be able to write native code and not have to hand-code XAML. 为DLR编写代码的目标是,可以编写本地代码并且不需手工编写XAML。
22
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,但是在将来这将变成可能。
23
In a nutshell, Acropolis is a framework for building rich client applications with Microsoft's latest . NET technologies using WPF and XAML. 简单地说,Acropolis是一个使用Microsoft最新的.NET技术WPF和XAML来开发富客户端应用程序的开发框架。
24
The actual data templates for the ViewModel documents are in a resource dictionary included by the main XAML window. ViewModel文档的实际数据模板位于主XAML窗口所包含的资源字典中。
25
Note: you could also have added a handler for this event declaratively through the XAML, they are equivalent techniques. 注意:你也可以在XAML中声明式的添加此事件的处理器,两种方法的效果是一样的。
26
A static resource provides a value for any XAML property attribute by looking up a reference to an already defined resource. 静态资源是透过查阅已定义资源的参考,提供任何XAML属性的值。
27
As mentioned previously, most character entities and escape sequences that are typically used to write XAML markup are defined by XML. 正如上面所提到的那样,用于编写XAML标记的大部分字符实体和转义序列都是由XML定义的。
28
If the escape sequence is encountered, the XAML reader should process the remainder of the string as a string. 如果遇到逸出序列,则XAML读者应该处理字串的其馀部分,做为字串。
29
For instance, an application UI created in XAML can be conceptualized as an object tree. 例如,在XAML中创建的应用程序UI可以被概念化为一个对象树。
30
Manages the HTTP handler property of a XAML element in a configuration file. 管理配置文件中的XAML元素的HTTP处理程序属性。