次の方法で共有


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)

プロパティ値

コードに関連付けられているキーワード。

適用対象