ExpressionRef(String, SourceRange) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe 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)
Paramètres
- expression
- String
Chaîne d’expression.
- sourceRange
- SourceRange
Plage de sources d’expression.