Share via


KeywordEventContainerSyntax.Keyword Property

Definition

The container of the event. This can be one of the special keywords: "Me", "MyBase" or "MyClass".

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

Property Value

Applies to