XmlQName 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.
Overloads
XmlQName(XmlQualifiedName) | |
XmlQName(String, String) |
XmlQName(XmlQualifiedName)
public:
XmlQName(System::Xml::XmlQualifiedName ^ n);
public XmlQName (System.Xml.XmlQualifiedName n);
new Microsoft.XLANGs.BaseTypes.XmlQName : System.Xml.XmlQualifiedName -> Microsoft.XLANGs.BaseTypes.XmlQName
Public Sub New (n As XmlQualifiedName)