SuggestedActionSet Class

Visual Studio 2015
 

Represents a list of suggested actions that are all applicable to a span of text in an ITextBuffer. Global suggested actions are not applicable to any particular span of text.

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

System.Object
  Microsoft.VisualStudio.Language.Intellisense.SuggestedActionSet

[CLSCompliantAttribute(false)]
public class SuggestedActionSet

NameDescription
System_CAPS_pubmethodSuggestedActionSet(IEnumerable<ISuggestedAction>, Object, SuggestedActionSetPriority, Nullable<Span>)

Creates a new instance of the SuggestedActionSet for the specified list of suggested actions with a header and optionally an applicable span of text.

System_CAPS_pubmethodSuggestedActionSet(IEnumerable<ISuggestedAction>, SuggestedActionSetPriority, Nullable<Span>)

Creates a new instance of the SuggestedActionSet for the specified list of suggested actions, and optionally an applicable span of text.

NameDescription
System_CAPS_pubpropertyActions

Gets a list of suggested actions.

System_CAPS_pubpropertyApplicableToSpan

Gets the applicability span for this list of suggested actions. The applicability span is the span of text in the ITextBuffer to which the list of suggested actions pertains, if any.

System_CAPS_pubpropertyPriority

Gets the SuggestedActionSetPriority value of this list of suggested actions.

System_CAPS_pubpropertyTitle

Gets the title for this list of suggested actions.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: