DelegateStatementSyntax.WithDelegateKeyword(SyntaxToken) Metodo

Definizione

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

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::DelegateStatementSyntax ^ WithDelegateKeyword(Microsoft::CodeAnalysis::SyntaxToken delegateKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.DelegateStatementSyntax WithDelegateKeyword (Microsoft.CodeAnalysis.SyntaxToken delegateKeyword);
member this.WithDelegateKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.DelegateStatementSyntax
Public Function WithDelegateKeyword (delegateKeyword As SyntaxToken) As DelegateStatementSyntax

Parametri

delegateKeyword
SyntaxToken

Restituisce

Si applica a