ISuggestedActionsSource Methods

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodGetSuggestedActions(ISuggestedActionCategorySet^, SnapshotSpan, CancellationToken)

Synchronously returns a list of suggested actions for a given span of text.

System_CAPS_pubmethodHasSuggestedActionsAsync(ISuggestedActionCategorySet^, SnapshotSpan, CancellationToken)

Asynchronously determines whether this provider can provide any suggested actions for a given span of text in the ITextBuffer.

System_CAPS_pubmethodTryGetTelemetryId(Tid)

(Inherited from ITelemetryIdProvider<Tid>.)

Return to top
Show: