SetSchemaFiles(String,XmlSchema,XmlSchema) Method
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate.Core Namespace > IDataObject Interface > SetSchemaFiles Method : SetSchemaFiles(String,XmlSchema,XmlSchema) Method



rootElementLocalName
mainSchema
importSchema

Glossary Item Box

Syntax

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

Parameters

rootElementLocalName
mainSchema
importSchema

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