This topic has not yet been rated - Rate this topic

XmlnsDefinition structure

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.

Syntax


public struct XmlnsDefinition

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The XmlnsDefinition structure has these fields.

FieldData typeDescription
Namespace

System.String [.NET] | Platform::String [C++]

The library-code namespace, specified as a string.

XmlNamespace

System.String [.NET] | Platform::String [C++]

The XAML namespace identifier specified in the attribute.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.