ISmartTagAction.ActionSets 属性

获取智能标记操作中包含的智能标记操作集的列表。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
ReadOnly Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)
ReadOnlyCollection<SmartTagActionSet> ActionSets { get; }
property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyCollection<SmartTagActionSet^>^ get ();
}
abstract ActionSets : ReadOnlyCollection<SmartTagActionSet> with get
function get ActionSets () : ReadOnlyCollection<SmartTagActionSet>

属性值

类型:ReadOnlyCollection<SmartTagActionSet>
操作集的列表。

.NET Framework 安全性

请参阅

参考

ISmartTagAction 接口

Microsoft.VisualStudio.Language.Intellisense 命名空间