Interface IArgumentSelector
public interface IArgumentSelector
A variable presentation extension can contribute an argument selector
which is use to configure the argument for a string substitution
variable.
- Since:
- 3.9
-
Method Summary
Modifier and TypeMethodDescriptionselectArgument(IStringVariable variable, Shell shell) Selects and returns an argument for the given variable, ornullif none.
-
Method Details
-
selectArgument
Selects and returns an argument for the given variable, ornullif none.- Parameters:
variable- the variable an argument is being selected forshell- the shell to create any dialogs on, ornullif none- Returns:
- argument for the given variable or
nullif none
-