SyntaxFacts.IsAccessorStatementKeyword(SyntaxKind) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
參數
- kind
- SyntaxKind
傳回
- 屬性