SmartTagActionSet Class

Definition

Caution

This API is deprecated in this version of the Visual Studio SDK, and will be retired in a future version. To find out more about the replacement API, Light Bulb, refer to http://go.microsoft.com/fwlink/?LinkId=394601.

Represents a set of smart tag actions.

public ref class SmartTagActionSet sealed
public ref class SmartTagActionSet sealed
class SmartTagActionSet sealed
[System.Obsolete("This API is deprecated in this version of the Visual Studio SDK, and will be retired in a future version. To find out more about the replacement API, Light Bulb, refer to http://go.microsoft.com/fwlink/?LinkId=394601.")]
public sealed class SmartTagActionSet
[<System.Obsolete("This API is deprecated in this version of the Visual Studio SDK, and will be retired in a future version. To find out more about the replacement API, Light Bulb, refer to http://go.microsoft.com/fwlink/?LinkId=394601.")>]
type SmartTagActionSet = class
Public NotInheritable Class SmartTagActionSet
Inheritance
SmartTagActionSet
Attributes

Examples

For an example of how to use this class, see Walkthrough: Displaying SmartTags.

Constructors

SmartTagActionSet(ReadOnlyCollection<ISmartTagAction>)

Initializes a new instance of SmartTagActionSet.

Properties

Actions

Gets the collection of smart tag actions.

Applies to