共用方式為


SingleLineIfStatementSyntax.WithThenKeyword(SyntaxToken) 方法

定義

傳回這個 的複本,其中 ThenKeyword 屬性已變更為指定的值。 如果指定的值與目前的值相同,則傳回這個實例。

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

參數

thenKeyword
SyntaxToken

傳回

適用於