ICompletionBroker.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.
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
Returns
true when Sessions.Count > 0 and false otherwise.
Remarks
This property is true
when Sessions.Count > 0 and false
otherwise.