Partilhar via


Método IVsIntellisenseCompletor.IsActive

Determina se o completor está ativa.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxe

'Declaração
Function IsActive ( _
    <OutAttribute> ByRef pfIsActive As Integer _
) As Integer
int IsActive(
    out int pfIsActive
)
int IsActive(
    [OutAttribute] int% pfIsActive
)
abstract IsActive : 
        pfIsActive:int byref -> int
function IsActive(
    pfIsActive : int
) : int

Parâmetros

  • pfIsActive
    Tipo: Int32%

    [out] Zero (FALSO) se o completor não estiver ativo, caso contrário, diferente de zero (verdadeiro).

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Segurança do .NET Framework

Consulte também

Referência

IVsIntellisenseCompletor Interface

Namespace Microsoft.VisualStudio.TextManager.Interop