IFields<T> 接口

定义

用于跟踪窗体中所有字段的接口。

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))

类型参数

T
派生
实现

方法

Field(String)

如果不存在,则返回特定字段或 null。

扩展方法

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

用于跟踪窗体中所有字段的接口。

适用于