Compartilhar via


Método ICompletionBroker.IsCompletionActive

Determina se ou não está ativa a conclusão da instrução sobre especificado ITextView.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Boolean
true Quando Sessions.Count > 0 e false contrário.

Segurança do .NET Framework

Consulte também

Referência

ICompletionBroker Interface

Namespace Microsoft.VisualStudio.Language.Intellisense