ICompletionSourceProvider 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 completion sources.
public interface class ICompletionSourceProviderpublic interface class ICompletionSourceProvider__interface ICompletionSourceProviderpublic interface ICompletionSourceProvidertype ICompletionSourceProvider = interfacePublic Interface ICompletionSourceProviderRemarks
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. |