SingleLineIfStatementSyntax.WithThenKeyword(SyntaxToken) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個 的複本,其中 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