ICompletionBroker::IsCompletionActive Method (ITextView^)

 

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

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

bool IsCompletionActive(
	ITextView^ textView
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

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

Return Value

Type: System::Boolean

true when Sessions.Count > 0 and false otherwise.

Return to top
Show: