Share via


PropertyStatementSyntax.WithImplementsClause(ImplementsClauseSyntax) Method

Definition

Returns a copy of this with the ImplementsClause 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::PropertyStatementSyntax ^ WithImplementsClause(Microsoft::CodeAnalysis::VisualBasic::Syntax::ImplementsClauseSyntax ^ implementsClause);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax WithImplementsClause (Microsoft.CodeAnalysis.VisualBasic.Syntax.ImplementsClauseSyntax implementsClause);
member this.WithImplementsClause : Microsoft.CodeAnalysis.VisualBasic.Syntax.ImplementsClauseSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax
Public Function WithImplementsClause (implementsClause As ImplementsClauseSyntax) As PropertyStatementSyntax

Parameters

implementsClause
ImplementsClauseSyntax

Returns

Applies to