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) | ![]() |
---|---|
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) |
C# | |
---|---|
public XmlListSettings( string rootName, string elementName, string[] childElementNames, bool childAsAttribute ) |
C++/CLI | |
---|---|
public: XmlListSettings( String^ rootName, String^ elementName, array<String^>^ childElementNames, bool childAsAttribute ) |
Parameters
- rootName
- elementName
- childElementNames
- childAsAttribute
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