IFieldPrompt<T>.Active(T) 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.
Test to see if field is currently active based on the current state.
public bool Active (T state);
abstract member Active : 'T -> bool
Public Function Active (state As T) As Boolean
Parameters
- state
- T
Returns
True if field is active.
Remarks
One way to control this is to supply a ActiveDelegate<T> to the Field(IField<T>) or Confirm(String, ActiveDelegate<T>, IEnumerable<String>) steps.