TypeStatementSyntax.DeclarationKeyword プロパティ

定義

"Class"、"Structure"、"Module"、"Interface"など、宣言の種類を示すキーワードを返します。

public:
 abstract property Microsoft::CodeAnalysis::SyntaxToken DeclarationKeyword { Microsoft::CodeAnalysis::SyntaxToken get(); };
public abstract Microsoft.CodeAnalysis.SyntaxToken DeclarationKeyword { get; }
member this.DeclarationKeyword : Microsoft.CodeAnalysis.SyntaxToken
Public MustOverride ReadOnly Property DeclarationKeyword As SyntaxToken

プロパティ値

適用対象