WithEventsPropertyEventContainerSyntax.Update Method

Definition

Returns a copy of this with the specified changes. Returns this instance if there are no actual changes.

public Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsPropertyEventContainerSyntax Update (Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsEventContainerSyntax withEventsContainer, Microsoft.CodeAnalysis.SyntaxToken dotToken, Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax property);

Parameters

withEventsContainer
WithEventsEventContainerSyntax

The value for the WithEventsContainer property.

dotToken
SyntaxToken

The value for the DotToken property.

property
IdentifierNameSyntax

The value for the Property property.

Returns

Applies to