Sdílet prostřednictvím


IFields<T> Rozhraní

Definice

Rozhraní pro sledování všech polí ve formuláři

public interface IFields<T> : System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.FormFlow.Advanced.IField<T>> where T : class
type IFields<'T (requires 'T : null)> = interface
    interface seq<IField<'T>>
    interface IEnumerable
Public Interface IFields(Of T)
Implements IEnumerable(Of IField(Of T))

Parametry typu

T
Odvozené
Implementuje

Metody

Field(String)

Vrátí konkrétní pole nebo hodnotu null, pokud není k dispozici.

Metody rozšíření

MaxBy<T,R>(IEnumerable<T>, Func<T,R>, IComparer<R>)

Rozhraní pro sledování všech polí ve formuláři

Platí pro