ISuggestedActionsSource Interface
Visual Studio 2015
Represents a provider of suggested actions for a span of text in a ITextBuffer. Instances of ISuggestedActionsSource are created by ISuggestedActionsSourceProvider MEF components that match the text buffer's content type.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | GetSuggestedActions(ISuggestedActionCategorySet, SnapshotSpan, CancellationToken) | Synchronously returns a list of suggested actions for a given span of text. |
![]() | HasSuggestedActionsAsync(ISuggestedActionCategorySet, SnapshotSpan, CancellationToken) | Asynchronously determines whether this provider can provide any suggested actions for a given span of text in the ITextBuffer. |
![]() | TryGetTelemetryId(Tid) | (Inherited from ITelemetryIdProvider<Tid>.) |
| Name | Description | |
|---|---|---|
![]() | SuggestedActionsChanged | Raised when a list of available suggested actions have changed. |
Show:

