IInterpolatedStringOperation.Parts 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
插補字串的組成部分,每一個 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)