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
abstract
Parameters
- prefix: string
- The prefix.
Return Value
- string
- The namespace.