XmlnsDefinition XmlnsDefinition XmlnsDefinition 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 : struct XmlnsDefinitionpublic struct XmlnsDefinitionPublic Structure XmlnsDefinition// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Namespace Namespace Namespace Namespace

The library-code namespace, specified as a string.

public : field PlatForm::String Namespacepublic field string NamespacePublic Field Namespace// This API is not available in Javascript.

XmlNamespace XmlNamespace XmlNamespace XmlNamespace

The XAML namespace identifier specified in the attribute.

public : field PlatForm::String XmlNamespacepublic field string XmlNamespacePublic Field XmlNamespace// This API is not available in Javascript.