ICommandExecuter.ListVar(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the list of variables.
public:
ManagedBatchParser::ParserAction ListVar(System::String ^ varList);
public ManagedBatchParser.ParserAction ListVar (string varList);
abstract member ListVar : string -> ManagedBatchParser.ParserAction
Public Function ListVar (varList As String) As ParserAction
Parameters
- varList
- String
The list of variables.
Returns
The parser action, either Abort or Continue.