Partager via


AggregateClauseSyntax.WithIntoKeyword(SyntaxToken) Méthode

Définition

Retourne une copie de cette propriété avec la propriété IntoKeyword modifiée en valeur spécifiée. Retourne cette instance si la valeur spécifiée est identique à la valeur actuelle.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::AggregateClauseSyntax ^ WithIntoKeyword(Microsoft::CodeAnalysis::SyntaxToken intoKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.AggregateClauseSyntax WithIntoKeyword (Microsoft.CodeAnalysis.SyntaxToken intoKeyword);
member this.WithIntoKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.AggregateClauseSyntax
Public Function WithIntoKeyword (intoKeyword As SyntaxToken) As AggregateClauseSyntax

Paramètres

intoKeyword
SyntaxToken

Retours

S’applique à