Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of smart tag action sets contained inside this smart tag action.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
ReadOnly Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)
ReadOnlyCollection<SmartTagActionSet> ActionSets { get; }
property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
ReadOnlyCollection<SmartTagActionSet^>^ get ();
}
abstract ActionSets : ReadOnlyCollection<SmartTagActionSet>
function get ActionSets () : ReadOnlyCollection<SmartTagActionSet>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<SmartTagActionSet>
The list of action sets.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.