次の方法で共有


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。

適用対象