XmlQualifiedName Constructor (String, String) |
Initializes a new instance of the System.Xml.XmlQualifiedName class with
the specified name and namespace.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public XmlQualifiedName(
string name,
string ns
)
Parameters
- name
- Type: SystemString
The local name to use as the name of the System.Xml.XmlQualifiedName object. - ns
- Type: SystemString
The namespace for the System.Xml.XmlQualifiedName object.
See Also