Share via


ICompletionBroker.IsCompletionActive(ITextView) Method

Definition

Determines whether or not statement completion is active over the specified ITextView.

public:
 bool IsCompletionActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
 bool IsCompletionActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
bool IsCompletionActive(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public bool IsCompletionActive (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member IsCompletionActive : Microsoft.VisualStudio.Text.Editor.ITextView -> bool
Public Function IsCompletionActive (textView As ITextView) As Boolean

Parameters

textView
ITextView

The ITextView for which to determine if statement completion is active.

Returns

true when Sessions.Count > 0 and false otherwise.

Remarks

This property is true when Sessions.Count > 0 and false otherwise.

Applies to