次の方法で共有


FieldInitializerSyntax.WithKeyKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the KeyKeyword 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::FieldInitializerSyntax ^ WithKeyKeyword(Microsoft::CodeAnalysis::SyntaxToken keyKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.FieldInitializerSyntax WithKeyKeyword (Microsoft.CodeAnalysis.SyntaxToken keyKeyword);
member this.WithKeyKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.FieldInitializerSyntax
Public Function WithKeyKeyword (keyKeyword As SyntaxToken) As FieldInitializerSyntax

Parameters

keyKeyword
SyntaxToken

Returns

Applies to