XmlNamespaceMapping Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the XmlNamespaceMapping class.
Overloads
XmlNamespaceMapping() |
Initializes a new instance of the XmlNamespaceMapping class. |
XmlNamespaceMapping(String, Uri) |
Initializes a new instance of the XmlNamespaceMapping class with the specified prefix and uniform resource identifier (URI). |
XmlNamespaceMapping()
Initializes a new instance of the XmlNamespaceMapping class.
public:
XmlNamespaceMapping();
public XmlNamespaceMapping ();
Public Sub New ()
Applies to
XmlNamespaceMapping(String, Uri)
Initializes a new instance of the XmlNamespaceMapping class with the specified prefix and uniform resource identifier (URI).
public:
XmlNamespaceMapping(System::String ^ prefix, Uri ^ uri);
public XmlNamespaceMapping (string prefix, Uri uri);
new System.Windows.Data.XmlNamespaceMapping : string * Uri -> System.Windows.Data.XmlNamespaceMapping
Public Sub New (prefix As String, uri As Uri)
Parameters
- prefix
- String
The prefix to use in Extensible Application Markup Language (XAML).
Applies to
.NET