I

IXamlNameMapper

Facilitates determining type information from XML elements and writing of markup extensions as attributes.
Inheritance Hierarchy

Members

No filters for this type

Methods

Returns a that matches the given fqTagName of an XML element.
fqTagName must follow the usual XAML naming rules.
abstract

Parameters

context: IParseContext
The current parse context.
fqTagName: XmlName
The fully qualified XML element name that must describe a valid type in this CLR namespace.

Return Value

Constructor
The first matching type, if any.
Returns the XML tag name that belongs to type type.
abstract

Parameters

context: IWriteContext
The current write context.
type: Constructor
The type for which an XML namespace mapping is searched.

Return Value

XmlName
The XML tag name that belongs to type type.