ICompletionBroker.IsCompletionActive Method

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)

Syntax

bool IsCompletionActive(
    ITextView textView
)

Parameters

Return Value

Type: System.Boolean
true when Sessions.Count > 0 and false otherwise.

.NET Framework Security

See Also

Reference

ICompletionBroker Interface

Microsoft.VisualStudio.Language.Intellisense Namespace