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

See Also

AssociateSet Overload
IXmlSchemaDesignerService Interface
Microsoft.VisualStudio.XmlEditor Namespace

Return to top