VsIntellisenseCompletorClass.IsActive, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

  • pfIsActive
    Type : Int32%

Valeur de retour

Type : Int32

Implémentations

IVsIntellisenseCompletor.IsActive(Int32%)

Sécurité .NET Framework

Voir aussi

Référence

VsIntellisenseCompletorClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms