ISmartTagBroker::IsSmartTagActive Method (ITextView^)

 

Determines whether a smart tag is active.

Smart tags are deprecated in favor of light bulbs. See ILightBulbBroker for a replacement.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

bool IsSmartTagActive(
	ITextView^ textView
)

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::Boolean

true if there is at least one smart tag session for the specified ITextView, false otherwise.

Return to top
Show: