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
textView
Type: Microsoft.VisualStudio.Text.Editor.ITextViewThe ITextView for which to determine if statement completion is active.
Return Value
Type: Boolean
true when Sessions.Count > 0 and false otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.