MethodBaseSyntax.DeclarationKeyword 속성

정의

선언의 종류를 나타내는 키워드를 반환합니다. "Sub", "Function", "Event", "Property" 등입니다. "Declare" 또는 "Delegate" 키워드를 반환하지 않습니다.

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

속성 값

적용 대상