SmartTag.ActionSets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of actions that should be a part of the smart tag session.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::SmartTagActionSet ^> ^ ActionSets { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::SmartTagActionSet ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.SmartTagActionSet> ActionSets { get; }
member this.ActionSets : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.SmartTagActionSet>
Public ReadOnly Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)
Property Value
A ReadOnlyCollection<T> of type SmartTagActionSet.