SmartTag::ActionSets Property
Visual Studio 2015
The set of actions that should be a part of the smart tag session.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets { [CompilerGeneratedAttribute] ReadOnlyCollection<SmartTagActionSet^>^ get(); [CompilerGeneratedAttribute] private: void set(ReadOnlyCollection<SmartTagActionSet^>^ value); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<SmartTagActionSet^>^A ReadOnlyCollection<T> of type SmartTagActionSet.
Show: