ISmartTagBroker.IsSmartTagActive(ITextView) 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.
Determines whether a smart tag is active.Smart tags are deprecated in favor of light bulbs. See ILightBulbBroker for a replacement.
public:
bool IsSmartTagActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
bool IsSmartTagActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
bool IsSmartTagActive(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public bool IsSmartTagActive (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member IsSmartTagActive : Microsoft.VisualStudio.Text.Editor.ITextView -> bool
Public Function IsSmartTagActive (textView As ITextView) As Boolean
Parameters
Returns
true if there is at least one smart tag session for the specified ITextView, false otherwise.