Share via


XmlnsDefinition Struct

Definition

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.

public value class XmlnsDefinition
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
struct XmlnsDefinition
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public struct XmlnsDefinition
Public Structure XmlnsDefinition
Inheritance
XmlnsDefinition
Attributes

Fields

Namespace

The library-code namespace, specified as a string.

XmlNamespace

The XAML namespace identifier specified in the attribute.

Applies to