Delen via


IFieldPrompt<T>.Active(T) Methode

Definitie

Test om te zien of het veld momenteel actief is op basis van de huidige status.

public bool Active(T state);
abstract member Active : 'T -> bool
Public Function Active (state As T) As Boolean

Parameters

state
T

Retouren

Waar als het veld actief is.

Opmerkingen

Een manier om dit te regelen, is door een ActiveDelegate<T> aan de Field(IField<T>) of-stappen Confirm(String, ActiveDelegate<T>, IEnumerable<String>) op te geven.

Van toepassing op