CaseStatementSyntax.WithCaseKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the CaseKeyword property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::CaseStatementSyntax ^ WithCaseKeyword(Microsoft::CodeAnalysis::SyntaxToken caseKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.CaseStatementSyntax WithCaseKeyword (Microsoft.CodeAnalysis.SyntaxToken caseKeyword);
member this.WithCaseKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.CaseStatementSyntax
Public Function WithCaseKeyword (caseKeyword As SyntaxToken) As CaseStatementSyntax

Parameters

caseKeyword
SyntaxToken

Returns

Applies to