ISmartTagAction.ActionSets Propriedade

Definição

Obtém a lista de conjuntos de ações de marca inteligente contidas nesta ação de marca inteligente. Marcas inteligentes são preteridas em favor de lâmpadas leves. Consulte ISuggestedAction para uma substituição.

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)

Valor da propriedade

ReadOnlyCollection<SmartTagActionSet>

A lista de conjuntos de ações.

Aplica-se a