Partager via


SingleLineIfStatementSyntax.WithThenKeyword(SyntaxToken) Méthode

Définition

Retourne une copie de ce code avec la propriété ThenKeyword 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::SingleLineIfStatementSyntax ^ WithThenKeyword(Microsoft::CodeAnalysis::SyntaxToken thenKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.SingleLineIfStatementSyntax WithThenKeyword (Microsoft.CodeAnalysis.SyntaxToken thenKeyword);
member this.WithThenKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.SingleLineIfStatementSyntax
Public Function WithThenKeyword (thenKeyword As SyntaxToken) As SingleLineIfStatementSyntax

Paramètres

thenKeyword
SyntaxToken

Retours

S’applique à