Windows.UI.Xaml.Markup namespace

Expand
This topic has not yet been rated - Rate this topic

Windows.UI.Xaml.Markup namespace

[This documentation is preliminary and is subject to change.]

Provides XAML support API for applications.

Members

The Windows.UI.Xaml.Markup namespace has these types of members:

Attributes

The Windows.UI.Xaml.Markup namespace has these attributes.

AttributeDescription
ContentPropertyAttribute Indicates which property of a type is the XAML content property. A XAML processor uses this information when processing XAML child elements of XAML representations of the attributed type.

 

Classes

The Windows.UI.Xaml.Markup namespace has these classes.

ClassDescription
XamlReader Provides a XAML processor engine for parsing XAML and creating corresponding object trees.

 

Interfaces

The Windows.UI.Xaml.Markup namespace implements these interfaces.

InterfaceDescription
IComponentConnector Provides infrastructure support for event wiring and build actions.
IXamlMember Provides the means to report XAML-type system specifics about XAML members, using XAML-type system concepts supported by .NET Framework XAML Services.
IXamlMetadataProvider Implements XAML schema context concepts that support XAML parsing.
IXamlType Provides the means to report XAML-type system specifics about XAML types, using the XAML-type system conceptualization as described by .NET Framework XAML Services.

 

Structures

The Windows.UI.Xaml.Markup namespace has these structures.

StructureDescription
XmlnsDefinition Specifies a mapping on a per-assembly basis between a XAML namespace and a library-code namespace for backing types, which is then used for type resolution by a XAML object writer or XAML schema context.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Markup
Windows::UI::Xaml::Markup [C++]

Metadata

Windows.winmd

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD