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