SmartTagActionSet Class

 
Note: This API is now obsolete.

Represents a set of smart tag actions.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

System.Object
  Microsoft.VisualStudio.Language.Intellisense.SmartTagActionSet

[ObsoleteAttribute("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

NameDescription
System_CAPS_pubmethodSmartTagActionSet(ReadOnlyCollection<ISmartTagAction>)

Initializes a new instance of SmartTagActionSet.

NameDescription
System_CAPS_pubpropertyActions

Gets the collection of smart tag actions.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: