IAsyncQuickInfoSourceProvider.TryCreateQuickInfoSource(ITextBuffer) Method
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.
Creates an IAsyncQuickInfoSource for the specified ITextBuffer.
public:
Microsoft::VisualStudio::Language::Intellisense::IAsyncQuickInfoSource ^ TryCreateQuickInfoSource(Microsoft::VisualStudio::Text::ITextBuffer ^ textBuffer);
public Microsoft.VisualStudio.Language.Intellisense.IAsyncQuickInfoSource TryCreateQuickInfoSource (Microsoft.VisualStudio.Text.ITextBuffer textBuffer);
abstract member TryCreateQuickInfoSource : Microsoft.VisualStudio.Text.ITextBuffer -> Microsoft.VisualStudio.Language.Intellisense.IAsyncQuickInfoSource
Public Function TryCreateQuickInfoSource (textBuffer As ITextBuffer) As IAsyncQuickInfoSource
Parameters
- textBuffer
- ITextBuffer
The ITextBuffer for which this source produces items.
Returns
An instance of IAsyncQuickInfoSource for textBuffer
or null if no source could be created.