Condividi tramite


AddRemoveHandlerStatementSyntax.WithAddHandlerOrRemoveHandlerKeyword Metodo

Definizione

Restituisce una copia di questo oggetto con la proprietà AddHandlerOrRemoveHandlerKeyword modificata nel valore specificato. Restituisce questa istanza se il valore specificato corrisponde al valore corrente.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::AddRemoveHandlerStatementSyntax ^ WithAddHandlerOrRemoveHandlerKeyword(Microsoft::CodeAnalysis::SyntaxToken addHandlerOrRemoveHandlerKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.AddRemoveHandlerStatementSyntax WithAddHandlerOrRemoveHandlerKeyword (Microsoft.CodeAnalysis.SyntaxToken addHandlerOrRemoveHandlerKeyword);
member this.WithAddHandlerOrRemoveHandlerKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.AddRemoveHandlerStatementSyntax
Public Function WithAddHandlerOrRemoveHandlerKeyword (addHandlerOrRemoveHandlerKeyword As SyntaxToken) As AddRemoveHandlerStatementSyntax

Parametri

addHandlerOrRemoveHandlerKeyword
SyntaxToken

Restituisce

Si applica a