Share via


TypeStatementSyntax.WithKeyword(SyntaxToken) Method

Definition

Caution

This member is obsolete. Use DeclarationKeyword or a more specific property (e.g. WithClassKeyword) instead.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeStatementSyntax ^ WithKeyword(Microsoft::CodeAnalysis::SyntaxToken keyword);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete. Use DeclarationKeyword or a more specific property (e.g. WithClassKeyword) instead.", true)]
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeStatementSyntax WithKeyword (Microsoft.CodeAnalysis.SyntaxToken keyword);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete. Use DeclarationKeyword or a more specific property (e.g. WithClassKeyword) instead.", true)>]
member this.WithKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeStatementSyntax
Public Function WithKeyword (keyword As SyntaxToken) As TypeStatementSyntax

Parameters

keyword
SyntaxToken

Returns

Attributes

Applies to