Share via


WithEventsPropertyEventContainerSyntax.WithProperty Method

Definition

Returns a copy of this with the [Property] property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::WithEventsPropertyEventContainerSyntax ^ WithProperty(Microsoft::CodeAnalysis::VisualBasic::Syntax::IdentifierNameSyntax ^ property);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsPropertyEventContainerSyntax WithProperty (Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax property);
member this.WithProperty : Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsPropertyEventContainerSyntax
Public Function WithProperty (property As IdentifierNameSyntax) As WithEventsPropertyEventContainerSyntax

Parameters

Returns

Applies to