ReferenceExpression
Handle
interface ReferenceExpression extends IExpressionValue, IManifestExpressionProvider, IValueProvider, IValueWithReferences { getValueAsync(cancellationToken: cancellationToken): string;}Methods
method
getValueAsyncGets the value of the expression. The final string value after evaluating the format string and its parameters.
getValueAsync(cancellationToken: cancellationToken): stringParameters
cancellationTokencancellationTokenReturns
string