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: ReadOnlyCollection<SmartTagActionSet>
A ReadOnlyCollection of type SmartTagActionSet.
.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.