CrefOperatorReferenceSyntax.Update(SyntaxToken, SyntaxToken) Metodo

Definizione

Restituisce una copia di questo oggetto con le modifiche specificate. Restituisce questa istanza se non sono presenti modifiche effettive.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::CrefOperatorReferenceSyntax ^ Update(Microsoft::CodeAnalysis::SyntaxToken operatorKeyword, Microsoft::CodeAnalysis::SyntaxToken operatorToken);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.CrefOperatorReferenceSyntax Update(Microsoft.CodeAnalysis.SyntaxToken operatorKeyword, Microsoft.CodeAnalysis.SyntaxToken operatorToken);
member this.Update : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.CrefOperatorReferenceSyntax
Public Function Update (operatorKeyword As SyntaxToken, operatorToken As SyntaxToken) As CrefOperatorReferenceSyntax

Parametri

operatorKeyword
SyntaxToken

Valore per la proprietà OperatorKeyword.

operatorToken
SyntaxToken

Valore per la proprietà OperatorToken.

Valori restituiti

Si applica a