Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal rootName As String, _ ByVal elementName As String, _ ByVal childElementNames() As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim rootName As String Dim elementName As String Dim childElementNames() As String Dim instance As New XmlListSettings(rootName, elementName, childElementNames) |
C# | |
---|---|
public XmlListSettings( string rootName, string elementName, string[] childElementNames ) |
C++/CLI | |
---|---|
public: XmlListSettings( String^ rootName, String^ elementName, array<String^>^ childElementNames ) |
Parameters
- rootName
- elementName
- childElementNames
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