ILightBulbBroker::GetSuggestedActionsSources Method (ITextView^, ITextBuffer^)
Visual Studio 2015
Gets a list of ISuggestedActionsSources for given ITextView and ITextBuffer.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
IEnumerable<ISuggestedActionsSource^>^ GetSuggestedActionsSources( ITextView^ textView, ITextBuffer^ buffer )
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView for which to get the list of ISuggestedActionsSources.
- buffer
-
Type:
Microsoft.VisualStudio.Text::ITextBuffer^
The ITextBuffer for which to get the list of ISuggestedActionsSources.
Return Value
Type: System.Collections.Generic::IEnumerable<ISuggestedActionsSource^>^A list of ISuggestedActionsSources for the specified ITextView and ITextBuffer, or null if no ISuggestedActionsSourc>s support the specified ITextView and ITextBuffer.
Show: