Share via


TryStatementSyntax.Update(SyntaxToken) 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::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

Parameters

tryKeyword
SyntaxToken

The value for the TryKeyword property.

Returns

Applies to