SuggestedActionSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Represents a list of suggested actions that are all applicable to a span of text in a ITextBuffer. Global suggested actions are not applicable to any particular span of text.
public ref class SuggestedActionSet
[Windows::Foundation::Metadata::WebHostHidden]
class SuggestedActionSet
[System.CLSCompliant(false)]
public class SuggestedActionSet
public class SuggestedActionSet
[<System.CLSCompliant(false)>]
type SuggestedActionSet = class
type SuggestedActionSet = class
Public Class SuggestedActionSet
- Inheritance
-
SuggestedActionSet
- Attributes
Constructors
SuggestedActionSet(IEnumerable<ISuggestedAction>, Object, SuggestedActionSetPriority, Nullable<Span>) |
Obsolete.
Creates a new instance of the SuggestedActionSet for given list of suggested actions with a header and optionally an applicable span of text. |
SuggestedActionSet(IEnumerable<ISuggestedAction>, SuggestedActionSetPriority, Nullable<Span>) |
Obsolete.
Creates a new instance of the SuggestedActionSet for given list of suggested actions and optionally an applicable span of text. |
SuggestedActionSet(String, IEnumerable<ISuggestedAction>, Object, SuggestedActionSetPriority, Nullable<Span>) |
Creates a new instance of the SuggestedActionSet for given list of suggested actions with a header and optionally an applicable span of text. |
Properties
Actions |
A list of suggested actions. |
ApplicableToSpan |
Gets the applicability span for this list of suggested actions. |
CategoryName |
The name of the ISuggestedActionCategory which this set of actions belongs to. |
Priority |
Gets the SuggestedActionSetPriority value of this list of suggested actions. |
Title |
Gets the title for this list of suggested actions. |