ISmartTagSession.ActionSets 属性

获取此会话显示的操作的集合。

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

语法

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

属性值

类型:ReadOnlyObservableCollection<SmartTagActionSet>
操作集合。

.NET Framework 安全性

请参阅

参考

ISmartTagSession 接口

Microsoft.VisualStudio.Language.Intellisense 命名空间