다음을 통해 공유


IfCondition(String, Int32) 생성자

정의

IfCondition 클래스의 새 인스턴스를 초기화합니다.

public IfCondition (string sourceFilePath = "", int sourceLineNumber = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.IfCondition : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.IfCondition
Public Sub New (Optional sourceFilePath As String = "", Optional sourceLineNumber As Integer = 0)

매개 변수

sourceFilePath
String

선택적 소스 파일 전체 경로입니다.

sourceLineNumber
Int32

원본 파일의 선택적 줄 번호입니다.

적용 대상