SetSchemaFiles(String,XmlSchema,XmlSchema,XmlSchema) Method
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate.DataConnections Namespace > DataObject Class > SetSchemaFiles Method : SetSchemaFiles(String,XmlSchema,XmlSchema,XmlSchema) Method



rootElementLocalName
mainSchema
importSchema
inputOutputParams

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub SetSchemaFiles( _
   ByVal rootElementLocalName As String, _
   ByVal mainSchema As XmlSchema, _
   ByVal importSchema As XmlSchema, _
   ByVal inputOutputParams As XmlSchema _
) 
Visual Basic (Usage) Copy Code
Dim instance As DataObject
Dim rootElementLocalName As String
Dim mainSchema As XmlSchema
Dim importSchema As XmlSchema
Dim inputOutputParams As XmlSchema
 
instance.SetSchemaFiles(rootElementLocalName, mainSchema, importSchema, inputOutputParams)

Parameters

rootElementLocalName
mainSchema
importSchema
inputOutputParams

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also