ICompletionSourceProvider Interface

Definition

Provides completion sources.

public interface class ICompletionSourceProvider
public interface class ICompletionSourceProvider
__interface ICompletionSourceProvider
public interface ICompletionSourceProvider
type ICompletionSourceProvider = interface
Public Interface ICompletionSourceProvider

Remarks

This is a MEF component part, and should be exported with the following attribute: [Export(typeof(ICompletionSourceProvider))] You must provide the ContentType and Order attributes.

Methods

TryCreateCompletionSource(ITextBuffer)

Creates a completion provider for the given context.

Applies to