ICompletionSourceProvider Interface
Visual Studio 2012
Provides completion sources.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
The ICompletionSourceProvider type exposes the following members.
This is a MEF component part, and must be exported with the following attribute:
[Export(typeof(ICompletionSourceProvider))]
You may provide the ContentTypeAttribute and OrderAttribute to specify the type of content to which it applies. For more information about using these attributes, see Editor Extension Points.
For an example of this interface, see Walkthrough: Displaying Statement Completion.
