AddElementField(XmlSchemaObject,String,String,Repeating,Required,String) Method
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > SchemaHelper Class : AddElementField(XmlSchemaObject,String,String,Repeating,Required,String) Method



parent
name
type
repeating
required
defaultValue

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function AddElementField( _
   ByVal parent As XmlSchemaObject, _
   ByVal name As String, _
   ByVal type As String, _
   ByVal repeating As Repeating, _
   ByVal required As Required, _
   ByVal defaultValue As String _
) As XmlSchemaObject
Visual Basic (Usage) Copy Code
Dim parent As XmlSchemaObject
Dim name As String
Dim type As String
Dim repeating As Repeating
Dim required As Required
Dim defaultValue As String
Dim value As XmlSchemaObject
 
value = SchemaHelper.AddElementField(parent, name, type, repeating, required, defaultValue)

Parameters

parent
name
type
repeating
required
defaultValue

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