ICompletionSourceProvider Interface
Visual Studio 2015
Provides completion sources.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | TryCreateCompletionSource(ITextBuffer) | Creates a completion provider for the given context. |
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.
Show:
