ISmartTagSession.ActionSets Свойство

Определение

Возвращает коллекцию действий, отображаемых в этом сеансе. Смарт-теги являются устаревшими в пользу светлой лампочки. См ILightBulbSession . раздел для замены.

public:
 property System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::SmartTagActionSet ^> ^ ActionSets { System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::SmartTagActionSet ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.SmartTagActionSet> ActionSets { get; }
member this.ActionSets : System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.SmartTagActionSet>
Public ReadOnly Property ActionSets As ReadOnlyObservableCollection(Of SmartTagActionSet)

Значение свойства

ReadOnlyObservableCollection<SmartTagActionSet>

Наборы действий.

Применяется к