EventStatementSyntax.WithCustomKeyword(SyntaxToken) Metodo

Definizione

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

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::EventStatementSyntax ^ WithCustomKeyword(Microsoft::CodeAnalysis::SyntaxToken customKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.EventStatementSyntax WithCustomKeyword (Microsoft.CodeAnalysis.SyntaxToken customKeyword);
member this.WithCustomKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.EventStatementSyntax
Public Function WithCustomKeyword (customKeyword As SyntaxToken) As EventStatementSyntax

Parametri

customKeyword
SyntaxToken

Restituisce

Si applica a