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



parent
name
repeating
required
isRootElement

Glossary Item Box

Syntax

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

Parameters

parent
name
repeating
required
isRootElement

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