ISignatureHelpBroker.IsSignatureHelpActive(ITextView) Method

Definition

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

textView
ITextView

The ITextView over signature help status should be determined.

Returns

true if there is at least one signature help session over the specified ITextView, false otherwise.

Applies to