ImplicitExpressionEditHandler.Keywords 属性

定义

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

public System.Collections.Generic.ISet<string> Keywords { get; }
member this.Keywords : System.Collections.Generic.ISet<string>
Public ReadOnly Property Keywords As ISet(Of String)

属性值

与表达式关联的关键字。

适用于