Partager via


IVsIntellisenseHost_Corrected.UpdateCompletionStatus, méthode

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

Syntaxe

'Déclaration
Function UpdateCompletionStatus ( _
    pCompSet As IVsCompletionSet, _
    dwFlags As UInteger _
) As Integer
int UpdateCompletionStatus(
    IVsCompletionSet pCompSet,
    uint dwFlags
)
int UpdateCompletionStatus(
    [InAttribute] IVsCompletionSet^ pCompSet, 
    [InAttribute] unsigned int dwFlags
)
abstract UpdateCompletionStatus : 
        pCompSet:IVsCompletionSet * 
        dwFlags:uint32 -> int
function UpdateCompletionStatus(
    pCompSet : IVsCompletionSet, 
    dwFlags : uint
) : int

Paramètres

  • dwFlags
    Type : UInt32

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseHost_Corrected Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms