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) | ![]() |
---|---|
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) |
C# | |
---|---|
public static XmlSchemaObject AddGroup( XmlSchemaObject parent, string name, Repeating repeating, Required required, RootElement isRootElement ) |
C++/CLI | |
---|---|
public: static XmlSchemaObject^ AddGroup( XmlSchemaObject^ parent, String^ name, Repeating repeating, Required required, RootElement isRootElement ) |
Parameters
- parent
- name
- repeating
- required
- isRootElement
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