Documentation EDI-Interface LKW Walter AT - Release 1.6.1
XmlObjectCollection<T> Constructor



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > XmlObjectCollection<T> Class : XmlObjectCollection<T> Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal elementName As String, _
   ByVal targetNamespace As String, _
   ByVal minOccurs As Integer, _
   ByVal maxOccurs As Integer, _
   ByVal isPseudoElement As Boolean _
)
'Usage
 
Dim elementName As String
Dim targetNamespace As String
Dim minOccurs As Integer
Dim maxOccurs As Integer
Dim isPseudoElement As Boolean
 
Dim instance As New XmlObjectCollection(Of T)(elementName, targetNamespace, minOccurs, maxOccurs, isPseudoElement)

Parameters

elementName
targetNamespace
minOccurs
maxOccurs
isPseudoElement
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

Reference

XmlObjectCollection<T> Class
XmlObjectCollection<T> Members