次の方法で共有


SpecialConstraintSyntax.WithConstraintKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the ConstraintKeyword 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::SpecialConstraintSyntax ^ WithConstraintKeyword(Microsoft::CodeAnalysis::SyntaxToken constraintKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.SpecialConstraintSyntax WithConstraintKeyword (Microsoft.CodeAnalysis.SyntaxToken constraintKeyword);
member this.WithConstraintKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.SpecialConstraintSyntax
Public Function WithConstraintKeyword (constraintKeyword As SyntaxToken) As SpecialConstraintSyntax

Parameters

constraintKeyword
SyntaxToken

Returns

Applies to