ISignatureHelpBroker::IsSignatureHelpActive Method (ITextView^)
Visual Studio 2015
Determines whether signature help is active.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView over signature help status should be determined.
Return Value
Type: System::Booleantrue if there is at least one signature help session over the specified ITextView, false otherwise.
Show: