XmlQualifiedName()

XmlQualifiedName::XmlQualifiedName() constructor

Initializes a new instance of the XmlQualifiedName class.

System::Xml::XmlQualifiedName::XmlQualifiedName()

XmlQualifiedName::XmlQualifiedName(const String&) constructor

Initializes a new instance of the XmlQualifiedName class with the specified name.

System::Xml::XmlQualifiedName::XmlQualifiedName(const String &name)

Arguments

ParameterTypeDescription
nameconst String&The local name to use as the name of the XmlQualifiedName object.

XmlQualifiedName::XmlQualifiedName(const String&, const String&) constructor

Initializes a new instance of the XmlQualifiedName class with the specified name and namespace.

System::Xml::XmlQualifiedName::XmlQualifiedName(const String &name, const String &ns)

Arguments

ParameterTypeDescription
nameconst String&The local name to use as the name of the XmlQualifiedName object.
nsconst String&The namespace for the XmlQualifiedName object.

See Also