다음을 통해 공유


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이면 주석을 무시합니다.

적용 대상