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

表达式源范围。

适用于