FieldReflector<T>(String, Boolean) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IField<T>通过反射构造 。
public FieldReflector(string name, bool ignoreAnnotations = false);
new Microsoft.Bot.Builder.FormFlow.Advanced.FieldReflector<'T (requires 'T : null)> : string * bool -> Microsoft.Bot.Builder.FormFlow.Advanced.FieldReflector<'T (requires 'T : null)>
Public Sub New (name As String, Optional ignoreAnnotations As Boolean = false)
参数
- name
- String
窗体状态中的字段的路径。
- ignoreAnnotations
- Boolean
如果为 True,则忽略批注。