ISuggestedActionWithFlavors Interface
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.
A suggested action that contains nested set of suggested actions representing flavors of their parent action.
public interface class ISuggestedActionWithFlavors : IDisposable, Microsoft::VisualStudio::Language::Intellisense::ISuggestedAction, Microsoft::VisualStudio::Utilities::ITelemetryIdProvider<Guid>
[System.CLSCompliant(false)]
public interface ISuggestedActionWithFlavors : IDisposable, Microsoft.VisualStudio.Language.Intellisense.ISuggestedAction, Microsoft.VisualStudio.Utilities.ITelemetryIdProvider<Guid>
public interface ISuggestedActionWithFlavors : IDisposable, Microsoft.VisualStudio.Language.Intellisense.ISuggestedAction, Microsoft.VisualStudio.Utilities.ITelemetryIdProvider<Guid>
[<System.CLSCompliant(false)>]
type ISuggestedActionWithFlavors = interface
interface ISuggestedAction
interface IDisposable
interface ITelemetryIdProvider<Guid>
type ISuggestedActionWithFlavors = interface
interface ISuggestedAction
interface IDisposable
interface ITelemetryIdProvider<Guid>
Public Interface ISuggestedActionWithFlavors
Implements IDisposable, ISuggestedAction, ITelemetryIdProvider(Of Guid)
- Attributes
- Implements
Properties
DisplayText |
Gets the localized text representing the suggested action. (Inherited from ISuggestedAction) |
HasActionSets |
Gets whether this action has nested suggested action sets. (Inherited from ISuggestedAction) |
HasPreview |
Gets whether this suggested action can provide a preview via GetPreviewAsync(CancellationToken) method call. (Inherited from ISuggestedAction) |
IconAutomationText |
Gets the text to be used as the automation name for the icon when it's displayed. (Inherited from ISuggestedAction) |
IconMoniker |
Gets an optional icon representing the suggested action or null if this suggested action doesn't have an icon. (Inherited from ISuggestedAction) |
InputGestureText |
Gets the text describing an input gesture that will apply the suggested action. (Inherited from ISuggestedAction) |
Methods
GetActionSetsAsync(CancellationToken) |
Gets a list of nested sets of suggested actions. (Inherited from ISuggestedAction) |
GetPreviewAsync(CancellationToken) |
Gets an object visually representing a preview of the suggested action. (Inherited from ISuggestedAction) |
Invoke(CancellationToken) |
Invokes the suggested action. (Inherited from ISuggestedAction) |
TryGetTelemetryId(TId) |
Tries to get a unique ID for telemetry purposes. (Inherited from ITelemetryIdProvider<TId>) |