ICompletionSourceProvider::TryCreateCompletionSource Method (ITextBuffer^)
Visual Studio 2015
Creates a completion provider for the given context.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textBuffer
-
Type:
Microsoft.VisualStudio.Text::ITextBuffer^
The text buffer over which to create a provider.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense::ICompletionSource^A valid ICompletionSource instance, or null if none could be created.
Show: