Compartilhar via


IAsyncCompletionBroker.IsCompletionActive(ITextView) Method

Definition

Returns whether IAsyncCompletionSession is active in given ITextView.

public:
 bool IsCompletionActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ 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

View that hosts completion and relevant buffers

Returns

Remarks

The data may be stale if IAsyncCompletionSession was simultaneously dismissed on another thread.

Applies to