IVariableResolver Interface
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.
Defines the methods that are used to resolve variables.
public interface class IVariableResolver
public interface IVariableResolver
type IVariableResolver = interface
Public Interface IVariableResolver
Methods
DeleteVariable(String) |
Deletes a variable. |
ResolveVariable(String, String) |
Prompts the user for a value when a variable is encountered. |
ResolveVariableOwnership(String, String, Boolean) |
Prompts the user to decide whether to take ownership of a variable, or to let the parser automate the process. |