Partilhar via


Método VsIntellisenseCompletorClass.IsActive

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

Sintaxe

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

Parâmetros

  • pfIsActive
    Tipo: Int32%

Valor de retorno

Tipo: Int32

Implementações

IVsIntellisenseCompletor.IsActive(Int32%)

Segurança do .NET Framework

Consulte também

Referência

VsIntellisenseCompletorClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop