共用方式為


IInterpolatedStringOperation.Parts 屬性

定義

插補字串的組成部分,每一個 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)

屬性值

適用於