IXmlSchemaDesignerService.AssociateSet Method (XmlSchemaSet, XNamespace)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
Syntax
void AssociateSet(
XmlSchemaSet schemaSet,
XNamespace ns
)
void AssociateSet(
XmlSchemaSet^ schemaSet,
XNamespace^ ns
)
abstract AssociateSet :
schemaSet:XmlSchemaSet *
ns:XNamespace -> unit
Sub AssociateSet (
schemaSet As XmlSchemaSet,
ns As XNamespace
)
Parameters
schemaSet
Type: System.Xml.Schema.XmlSchemaSetThe XML Schema.
ns
Type: System.Xml.Linq.XNamespaceThe XML namespace.
See Also
AssociateSet Overload
IXmlSchemaDesignerService Interface
Microsoft.VisualStudio.XmlEditor Namespace
Return to top