Share via


SmartTag.ActionSets Property

The set of actions that should be a part of the smart tag session.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)
public ReadOnlyCollection<SmartTagActionSet> ActionSets { get; private set; }
public:
property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyCollection<SmartTagActionSet^>^ get ();
    private: void set (ReadOnlyCollection<SmartTagActionSet^>^ value);
}
member ActionSets : ReadOnlyCollection<SmartTagActionSet> with get, private set
function get ActionSets () : ReadOnlyCollection<SmartTagActionSet>
private function set ActionSets (value : ReadOnlyCollection<SmartTagActionSet>)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<SmartTagActionSet>
A ReadOnlyCollection<T> of type SmartTagActionSet.

.NET Framework Security

See Also

Reference

SmartTag Class

Microsoft.VisualStudio.Language.Intellisense Namespace