Partager via


TryStatementSyntax.Update(SyntaxToken) Méthode

Définition

Retourne une copie de ceci avec les modifications spécifiées. Retourne cette instance s’il n’y a aucune modification réelle.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::TryStatementSyntax ^ Update(Microsoft::CodeAnalysis::SyntaxToken tryKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TryStatementSyntax Update (Microsoft.CodeAnalysis.SyntaxToken tryKeyword);
member this.Update : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TryStatementSyntax
Public Function Update (tryKeyword As SyntaxToken) As TryStatementSyntax

Paramètres

tryKeyword
SyntaxToken

Valeur de la propriété TryKeyword.

Retours

S’applique à