XmlListSettings Constructor(String,String,String[],Boolean)
See Also 
SourceCode.Workflow.Design Namespace > XmlListSettings Class > XmlListSettings Constructor : XmlListSettings Constructor(String,String,String[],Boolean)



rootName
elementName
childElementNames
childAsAttribute

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal rootName As String, _
   ByVal elementName As String, _
   ByVal childElementNames() As String, _
   ByVal childAsAttribute As Boolean _
)
Visual Basic (Usage) Copy Code
Dim rootName As String
Dim elementName As String
Dim childElementNames() As String
Dim childAsAttribute As Boolean
 
Dim instance As New XmlListSettings(rootName, elementName, childElementNames, childAsAttribute)

Parameters

rootName
elementName
childElementNames
childAsAttribute

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