ReferenceExpression.ExpressionInterpolatedStringHandler(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a handler for interpolated strings that contain expressions. Those expressions will either be literal strings or instances of types that implement both IValueProvider and IManifestExpressionProvider.
public ExpressionInterpolatedStringHandler (int literalLength, int formattedCount);
new Aspire.Hosting.ApplicationModel.ReferenceExpression.ExpressionInterpolatedStringHandler : int * int -> Aspire.Hosting.ApplicationModel.ReferenceExpression.ExpressionInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer)
Parameters
- literalLength
- Int32
The length of the literal part of the interpolated string.
- formattedCount
- Int32
The number of formatted parts in the interpolated string.