ICompletionSource Interface
Visual Studio 2015
Provides completions for a given content type.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | AugmentCompletionSession(ICompletionSession, IList<CompletionSet>) | Determines which CompletionSets should be part of the specified ICompletionSession. |
![]() | Dispose() | (Inherited from IDisposable.) |
For an example of this interface, see Walkthrough: Displaying Statement Completion.
Show:
