다음을 통해 공유


ExpressionRef(String, SourceRange) 생성자

정의

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

public ExpressionRef(string expression, Microsoft.Bot.Builder.LanguageGeneration.SourceRange sourceRange);
new Microsoft.Bot.Builder.LanguageGeneration.ExpressionRef : string * Microsoft.Bot.Builder.LanguageGeneration.SourceRange -> Microsoft.Bot.Builder.LanguageGeneration.ExpressionRef
Public Sub New (expression As String, sourceRange As SourceRange)

매개 변수

expression
String

식 문자열입니다.

sourceRange
SourceRange

식 원본 범위입니다.

적용 대상