Condividi tramite


Metodo VsIntellisenseCompletorClass.IsActive

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintassi

'Dichiarazione
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

Parametri

  • pfIsActive
    Tipo: Int32%

Valore restituito

Tipo: Int32

Implementa

IVsIntellisenseCompletor.IsActive(Int32%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsIntellisenseCompletorClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop