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)

public:
property ReadOnlyCollection<ISmartTagAction^>^ Actions {
	ReadOnlyCollection<ISmartTagAction^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<ISmartTagAction^>^

The collection of smart tag actions.

Return to top
Show: