FieldReflector<T>(String, Boolean) 构造函数

定义

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,则忽略批注。

适用于