GoToStatementSyntax.Update(SyntaxToken, LabelSyntax) Method

Definition

Returns a copy of this with the specified changes. Returns this instance if there are no actual changes.

public Microsoft.CodeAnalysis.VisualBasic.Syntax.GoToStatementSyntax Update (Microsoft.CodeAnalysis.SyntaxToken goToKeyword, Microsoft.CodeAnalysis.VisualBasic.Syntax.LabelSyntax label);

Parameters

goToKeyword
SyntaxToken

The value for the GoToKeyword property.

label
LabelSyntax

The value for the Label property.

Returns

Applies to