SmartTagActionSet::Actions Property
Visual Studio 2015
Gets the collection of smart tag actions.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property ReadOnlyCollection<ISmartTagAction^>^ Actions { ReadOnlyCollection<ISmartTagAction^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ISmartTagAction^>^The collection of smart tag actions.
Show: