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
Attributes
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The XmlnsDefinition structure has these fields.
| Field | Data type | Description |
|---|---|---|
| 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 |
|
|
Metadata |
|
Build date: 12/4/2012
