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