Share via


IXmlSchemaDesignerService.AssociateSet Method (XmlSchemaSet, XmlSchemaElement)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.XmlEditor
Assembly:  Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Syntax

void AssociateSet(
    XmlSchemaSet schemaSet,
    XmlSchemaElement element
)
void AssociateSet(
    XmlSchemaSet^ schemaSet,
    XmlSchemaElement^ element
)
abstract AssociateSet : 
        schemaSet:XmlSchemaSet *
        element:XmlSchemaElement -> unit
Sub AssociateSet (
    schemaSet As XmlSchemaSet,
    element As XmlSchemaElement
)

Parameters

See Also

AssociateSet Overload
IXmlSchemaDesignerService Interface
Microsoft.VisualStudio.XmlEditor Namespace

Return to top