Compartilhar via


IFieldPrompt<T>.Active(T) Método

Definição

Teste para ver se o campo está ativo no momento com base no estado atual.

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

Parâmetros

state
T

Retornos

True se o campo estiver ativo.

Comentários

Uma maneira de controlar isso é fornecer um ActiveDelegate<T> para as Field(IField<T>) etapas ou Confirm(String, ActiveDelegate<T>, IEnumerable<String>) .

Aplica-se a