IAsyncSuggestedActionsSource 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.
Extends ISuggestedActionsSource2 to add an ability to asynchronously stream the SuggestedActionSets.
public interface class IAsyncSuggestedActionsSource : IDisposable, Microsoft::VisualStudio::Language::Intellisense::ISuggestedActionsSource2, Microsoft::VisualStudio::Utilities::ITelemetryIdProvider<Guid>
public interface IAsyncSuggestedActionsSource : IDisposable, Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionsSource2, Microsoft.VisualStudio.Utilities.ITelemetryIdProvider<Guid>
type IAsyncSuggestedActionsSource = interface
interface ISuggestedActionsSource2
interface ISuggestedActionsSource
interface IDisposable
interface ITelemetryIdProvider<Guid>
Public Interface IAsyncSuggestedActionsSource
Implements IDisposable, ISuggestedActionsSource2, ITelemetryIdProvider(Of Guid)
- Implements
Remarks
Besides standard attributes, the providing ISuggestedActionsSourceProvider should be decorated with one or more SuggestedActionPriorityAttributes to enable support for deterministic ordering with respect to other ISuggestedActionsSourceProviders.
Methods
Events
SuggestedActionsChanged |
Raised when a list of available suggested actions have changed. (Inherited from ISuggestedActionsSource) |