IVariableResolver.ResolveVariable(String, 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.
Prompts the user for a value when a variable is encountered.
public:
ManagedBatchParser::ParserAction ResolveVariable(System::String ^ varName, String& ^ varValue);
public ManagedBatchParser.ParserAction ResolveVariable (string varName, String& varValue);
Public Function ResolveVariable (varName As String, varValue As String&) As ParserAction
Parameters
- varName
- String
The name of the variable.
- varValue
- String
The value of the variable.
Returns
The parser action, either Abort or Continue