I

IXamlPrefixMapper

Interface for mapping XAML namespaces to XML namespace prefixes and vice versa.
Inheritance Hierarchy

Remarks

This interface is only used to specify mappings between namespaces that are used for serialization or deserialization with classes XamlSerializer and XamlReader. If no prefix mapping is specified for a namespace, a default XML namespace/prefix mapping is used.

Members

No filters for this type

Methods

Gets the namespace for the given prefix.
abstract

Parameters

prefix: string
The prefix.

Return Value

string
The namespace.
Gets the prefix of a namespace.
abstract

Parameters

ns: string
The namespace.

Return Value

string
The prefix to use.