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 : IDisposable
public interface ICompletionSource : IDisposable
type ICompletionSource = interface
interface IDisposable
Public 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. |