GroupJoinClauseSyntax.Update Method
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.
Returns a copy of this with the specified changes. Returns this instance if there are no actual changes.
public:
Microsoft::CodeAnalysis::VisualBasic::Syntax::GroupJoinClauseSyntax ^ Update(Microsoft::CodeAnalysis::SyntaxToken groupKeyword, Microsoft::CodeAnalysis::SyntaxToken joinKeyword, Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::CollectionRangeVariableSyntax ^> joinedVariables, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::JoinClauseSyntax ^> additionalJoins, Microsoft::CodeAnalysis::SyntaxToken onKeyword, Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::JoinConditionSyntax ^> joinConditions, Microsoft::CodeAnalysis::SyntaxToken intoKeyword, Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::AggregationRangeVariableSyntax ^> aggregationVariables);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.GroupJoinClauseSyntax Update (Microsoft.CodeAnalysis.SyntaxToken groupKeyword, Microsoft.CodeAnalysis.SyntaxToken joinKeyword, Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.CollectionRangeVariableSyntax> joinedVariables, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.JoinClauseSyntax> additionalJoins, Microsoft.CodeAnalysis.SyntaxToken onKeyword, Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.JoinConditionSyntax> joinConditions, Microsoft.CodeAnalysis.SyntaxToken intoKeyword, Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.AggregationRangeVariableSyntax> aggregationVariables);
member this.Update : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.CollectionRangeVariableSyntax> * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.JoinClauseSyntax> * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.JoinConditionSyntax> * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.AggregationRangeVariableSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.GroupJoinClauseSyntax
Public Function Update (groupKeyword As SyntaxToken, joinKeyword As SyntaxToken, joinedVariables As SeparatedSyntaxList(Of CollectionRangeVariableSyntax), additionalJoins As SyntaxList(Of JoinClauseSyntax), onKeyword As SyntaxToken, joinConditions As SeparatedSyntaxList(Of JoinConditionSyntax), intoKeyword As SyntaxToken, aggregationVariables As SeparatedSyntaxList(Of AggregationRangeVariableSyntax)) As GroupJoinClauseSyntax
Parameters
- groupKeyword
- SyntaxToken
The value for the GroupKeyword property.
- joinKeyword
- SyntaxToken
The value for the JoinKeyword property.
- joinedVariables
- SeparatedSyntaxList<CollectionRangeVariableSyntax>
The value for the JoinedVariables property.
- additionalJoins
- SyntaxList<JoinClauseSyntax>
The value for the AdditionalJoins property.
- onKeyword
- SyntaxToken
The value for the OnKeyword property.
- joinConditions
- SeparatedSyntaxList<JoinConditionSyntax>
The value for the JoinConditions property.
- intoKeyword
- SyntaxToken
The value for the IntoKeyword property.
- aggregationVariables
- SeparatedSyntaxList<AggregationRangeVariableSyntax>
The value for the AggregationVariables property.