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)

public:
property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
	[CompilerGeneratedAttribute]
	ReadOnlyCollection<SmartTagActionSet^>^ get();
	[CompilerGeneratedAttribute]
	private: void set(ReadOnlyCollection<SmartTagActionSet^>^ value);
}
Return to top
Show: