SyntaxFacts.IsAccessorStatementKeyword(SyntaxKind) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This member is obsolete. Use IsAccessorStatementAccessorKeyword instead.
public:
static bool IsAccessorStatementKeyword(Microsoft::CodeAnalysis::VisualBasic::SyntaxKind kind);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete. Use IsAccessorStatementAccessorKeyword instead.", true)]
public static bool IsAccessorStatementKeyword(Microsoft.CodeAnalysis.VisualBasic.SyntaxKind kind);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete. Use IsAccessorStatementAccessorKeyword instead.", true)>]
static member IsAccessorStatementKeyword : Microsoft.CodeAnalysis.VisualBasic.SyntaxKind -> bool
Public Shared Function IsAccessorStatementKeyword (kind As SyntaxKind) As Boolean
Parameter
- kind
- SyntaxKind
Gibt zurück
- Attribute