ISignatureHelpBroker.IsSignatureHelpActive(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 signature help is active.
public:
bool IsSignatureHelpActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
bool IsSignatureHelpActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
bool IsSignatureHelpActive(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public bool IsSignatureHelpActive (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member IsSignatureHelpActive : Microsoft.VisualStudio.Text.Editor.ITextView -> bool
Public Function IsSignatureHelpActive (textView As ITextView) As Boolean
Parameters
Returns
true
if there is at least one signature help session over the specified ITextView, false
otherwise.