VBCodeParser.Keywords 属性

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。获取与代码关联的关键字。

protected internal System.Collections.Generic.ISet<string> Keywords { get; }
member this.Keywords : System.Collections.Generic.ISet<string>
Protected Friend ReadOnly Property Keywords As ISet(Of String)

属性值

与代码关联的关键字。

适用于