Delen via


Field<T>.SetActive(ActiveDelegate<T>) Methode

Definitie

Definieer een gemachtigde voor het controleren van de status om te zien of het veld van toepassing is.

public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetActive(Microsoft.Bot.Builder.FormFlow.ActiveDelegate<T> condition);
member this.SetActive : Microsoft.Bot.Builder.FormFlow.ActiveDelegate<'T (requires 'T : null)> -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetActive (condition As ActiveDelegate(Of T)) As Field(Of T)

Parameters

condition
ActiveDelegate<T>

De voorwaardedelegen.

Retouren

Een Field<T>.

Van toepassing op