共用方式為


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 命名空間