XmlQualifiedNameEditor Constructor (String, String, IXmlQualifiedNameEditorNamespaceProvider)
Initializes a new instance of the XmlQualifiedNameEditor class with
the specified name and namespace..
Namespace:
UAOOI.Windows.FormsAssembly: CAS.Windows.Forms (in CAS.Windows.Forms.dll)
Syntax
public XmlQualifiedNameEditor( string name, string ns, IXmlQualifiedNameEditorNamespaceProvider namespaceProvider )
Parameters
- name
- Type: String
The local name to use as the name of the System.Xml.XmlQualifiedName object.
- ns
- Type: String
The namespace for the System.Xml.XmlQualifiedName object.
- namespaceProvider
- Type: UAOOI.Windows.Forms..::..IXmlQualifiedNameEditorNamespaceProvider
The namespace provider.