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 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. |