Freigeben über


OnErrorGoToStatementSyntax.WithGoToKeyword(SyntaxToken) Methode

Definition

Gibt eine Kopie dieser Mit der GoToKeyword-Eigenschaft zurück, die in den angegebenen Wert geändert wurde. Gibt diese Instanz zurück, wenn der angegebene Wert identisch mit dem aktuellen Wert ist.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::OnErrorGoToStatementSyntax ^ WithGoToKeyword(Microsoft::CodeAnalysis::SyntaxToken goToKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.OnErrorGoToStatementSyntax WithGoToKeyword (Microsoft.CodeAnalysis.SyntaxToken goToKeyword);
member this.WithGoToKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.OnErrorGoToStatementSyntax
Public Function WithGoToKeyword (goToKeyword As SyntaxToken) As OnErrorGoToStatementSyntax

Parameter

goToKeyword
SyntaxToken

Gibt zurück

Gilt für: