ISmartTagBroker.IsSmartTagActive Method
Determines whether a smart tag is active.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Dichiarazione
Function IsSmartTagActive ( _
textView As ITextView _
) As Boolean
bool IsSmartTagActive(
ITextView textView
)
bool IsSmartTagActive(
ITextView^ textView
)
abstract IsSmartTagActive :
textView:ITextView -> bool
function IsSmartTagActive(
textView : ITextView
) : boolean
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.