次の方法で共有


ImplementsClauseSyntax.WithImplementsKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the ImplementsKeyword 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::ImplementsClauseSyntax ^ WithImplementsKeyword(Microsoft::CodeAnalysis::SyntaxToken implementsKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ImplementsClauseSyntax WithImplementsKeyword (Microsoft.CodeAnalysis.SyntaxToken implementsKeyword);
member this.WithImplementsKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ImplementsClauseSyntax
Public Function WithImplementsKeyword (implementsKeyword As SyntaxToken) As ImplementsClauseSyntax

Parameters

implementsKeyword
SyntaxToken

Returns

Applies to