ISmartTagSourceProvider::TryCreateSmartTagSource Method (ITextBuffer^)
Visual Studio 2015
Attempts to create a smart tag source for the specified buffer.
Smart tags are deprecated in favor of light bulbs. See T:Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionSourceProvider for a replacement.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textBuffer
-
Type:
Microsoft.VisualStudio.Text::ITextBuffer^
The text buffer for which to create a smart tag source.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense::ISmartTagSource^The ISmartTagSource, or null if no smart tag source could be created.
Show: