ICompletionSource Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides completions for a given content type.
public interface class ICompletionSource : IDisposablepublic interface ICompletionSource : IDisposabletype ICompletionSource = interface
    interface IDisposablePublic Interface ICompletionSource
Implements IDisposable- Implements
Examples
For an example of this interface, see Walkthrough: Displaying Statement Completion.
Methods
| AugmentCompletionSession(ICompletionSession, IList<CompletionSet>) | Determines which CompletionSets should be part of the specified ICompletionSession. |