次の方法で共有


DoStatementSyntax.WithDoKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the DoKeyword 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::DoStatementSyntax ^ WithDoKeyword(Microsoft::CodeAnalysis::SyntaxToken doKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.DoStatementSyntax WithDoKeyword (Microsoft.CodeAnalysis.SyntaxToken doKeyword);
member this.WithDoKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.DoStatementSyntax
Public Function WithDoKeyword (doKeyword As SyntaxToken) As DoStatementSyntax

Parameters

doKeyword
SyntaxToken

Returns

Applies to