ReferenceExpression
Handle
interface ReferenceExpression extends IExpressionValue, IManifestExpressionProvider, IValueProvider, IValueWithReferences { getValueAsync(cancellationToken: cancellationToken): string;}Methods
method
getValueAsync Gets the resolved string value of the reference expression asynchronously
getValueAsync(cancellationToken: cancellationToken): stringParameters
cancellationToken cancellationToken Returns
string