ISmartTagSession.ActionSets Property
Gets the collection of actions that this session displays.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
‘선언
ReadOnly Property ActionSets As ReadOnlyObservableCollection(Of SmartTagActionSet)
ReadOnlyObservableCollection<SmartTagActionSet> ActionSets { get; }
property ReadOnlyObservableCollection<SmartTagActionSet^>^ ActionSets {
ReadOnlyObservableCollection<SmartTagActionSet^>^ get ();
}
abstract ActionSets : ReadOnlyObservableCollection<SmartTagActionSet>
function get ActionSets () : ReadOnlyObservableCollection<SmartTagActionSet>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyObservableCollection<SmartTagActionSet>
The 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.