ISmartTagBroker::IsSmartTagActive Method (ITextView^)
Visual Studio 2015
Determines whether a smart tag is active.
Smart tags are deprecated in favor of light bulbs. See ILightBulbBroker for a replacement.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView for which to determine if there are any active smart tag sessions.
Return Value
Type: System::Booleantrue if there is at least one smart tag session for the specified ITextView, false otherwise.
Show: