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

'Declaration
Function IsCompletionActive ( _
    textView As ITextView _
) As Boolean
bool IsCompletionActive(
    ITextView textView
)
bool IsCompletionActive(
    ITextView^ textView
)
abstract IsCompletionActive : 
        textView:ITextView -> bool 
function IsCompletionActive(
    textView : ITextView
) : boolean

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