SmartTagActionSet.Actions Property
Gets the collection of smart tag actions.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public ReadOnly Property Actions As ReadOnlyCollection(Of ISmartTagAction)
public ReadOnlyCollection<ISmartTagAction> Actions { get; }
public:
property ReadOnlyCollection<ISmartTagAction^>^ Actions {
ReadOnlyCollection<ISmartTagAction^>^ get ();
}
member Actions : ReadOnlyCollection<ISmartTagAction> with get
function get Actions () : ReadOnlyCollection<ISmartTagAction>
Property Value
Type: ReadOnlyCollection<ISmartTagAction>
The collection of smart tag actions.
.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.