VBSymbol.Keyword 屬性

定義

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。取得或設定 VB 中使用的關鍵字。

public System.Web.Razor.Tokenizer.Symbols.VBKeyword? Keyword { get; set; }
member this.Keyword : Nullable<System.Web.Razor.Tokenizer.Symbols.VBKeyword> with get, set
Public Property Keyword As Nullable(Of VBKeyword)

屬性值

使用的關鍵字。

適用於