Partilhar via


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

Definição

Teste para ver se o campo está atualmente ativo 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

Devoluções

Verdadeiro se o campo estiver ativo.

Observações

Uma forma de controlar isto é fornecer um ActiveDelegate<T> para os Field(IField<T>) passos ou Confirm(String, ActiveDelegate<T>, IEnumerable<String>) .

Aplica-se a