OnErrorGoToStatementSyntax.WithGoToKeyword(SyntaxToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une copie de ce code avec la propriété GoToKeyword modifiée en valeur spécifiée. Retourne cette instance si la valeur spécifiée est identique à la valeur actuelle.
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
Paramètres
- goToKeyword
- SyntaxToken