Partager via


PredefinedTypeSyntax.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::PredefinedTypeSyntax ^ Update(Microsoft::CodeAnalysis::SyntaxToken keyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.PredefinedTypeSyntax Update (Microsoft.CodeAnalysis.SyntaxToken keyword);
member this.Update : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.PredefinedTypeSyntax
Public Function Update (keyword As SyntaxToken) As PredefinedTypeSyntax

Paramètres

keyword
SyntaxToken

Valeur de la propriété Keyword.

Retours

S’applique à