Delen via


ICompletionSource Interface

Definition

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.

Applies to