IFields<T> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于跟踪窗体中所有字段的接口。
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>) |
用于跟踪窗体中所有字段的接口。 |