Share via


InterpolationSyntax.WithAlignmentClause Method

Definition

Returns a copy of this with the AlignmentClause property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolationSyntax ^ WithAlignmentClause(Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolationAlignmentClauseSyntax ^ alignmentClause);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolationSyntax WithAlignmentClause (Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolationAlignmentClauseSyntax alignmentClause);
member this.WithAlignmentClause : Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolationAlignmentClauseSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolationSyntax
Public Function WithAlignmentClause (alignmentClause As InterpolationAlignmentClauseSyntax) As InterpolationSyntax

Parameters

Returns

Applies to