Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Specifies a mapping on a per-assembly basis between a XAML namespace and a CLR namespace,
which is then used for type resolution by a XAML object writer or XAML schema context.
public sealed class XmlnsDefinitionAttribute : Attribute
- Inheritance
-
Constructors
Declaration
public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace)
Parameters
Type |
Name |
Description |
String |
xmlNamespace |
|
String |
clrNamespace |
|
Properties
Declaration
public string AssemblyName { get; set; }
Property Value
Declaration
public string ClrNamespace { get; }
Property Value
Declaration
public int Level { get; set; }
Property Value
Declaration
public string XmlNamespace { get; }
Property Value
Extension Methods