[This is preliminary documentation and is subject to change.]
Get the results file names of the files that need to be shown (in)directly under the tree node indicated by the tree node tag.
| C# | Visual Basic | Visual C++ |
public static ArrayList GetNamesForScriptFile( string theScriptFileName, ArrayList theResultsFileNames )
Public Shared Function GetNamesForScriptFile ( _ theScriptFileName As String, _ theResultsFileNames As ArrayList _ ) As ArrayList
public: static ArrayList^ GetNamesForScriptFile( String^ theScriptFileName, ArrayList^ theResultsFileNames )
- theScriptFileName (String)
- The tree node tag.
- theResultsFileNames (ArrayList)
- Valid results file names to choose from.
The results file names to display under the tree node.