ISuggestedActionsSource Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.Intellisense
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>.) |
Show:
