IInterpolationOperation.FormatString Property

Definition

Optional format string of the interpolation.

public:
 property Microsoft::CodeAnalysis::IOperation ^ FormatString { Microsoft::CodeAnalysis::IOperation ^ get(); };
public Microsoft.CodeAnalysis.IOperation FormatString { get; }
public Microsoft.CodeAnalysis.IOperation? FormatString { get; }
member this.FormatString : Microsoft.CodeAnalysis.IOperation
Public ReadOnly Property FormatString As IOperation

Property Value

Applies to