IInterpolatedStringOperation.Parts Property
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.
Constituent parts of interpolated string, each of which is an IInterpolatedStringContentOperation.
public:
property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::IInterpolatedStringContentOperation ^> Parts { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::IInterpolatedStringContentOperation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.IInterpolatedStringContentOperation> Parts { get; }
member this.Parts : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.IInterpolatedStringContentOperation>
Public ReadOnly Property Parts As ImmutableArray(Of IInterpolatedStringContentOperation)