IAsyncCompletionBroker.IsCompletionActive(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.
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.