IVsIntellisenseHost_Corrected.UpdateCompletionStatus Method

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

Syntax

'宣言
Function UpdateCompletionStatus ( _
    pCompSet As IVsCompletionSet, _
    dwFlags As UInteger _
) As Integer
'使用
Dim instance As IVsIntellisenseHost_Corrected
Dim pCompSet As IVsCompletionSet
Dim dwFlags As UInteger
Dim returnValue As Integer

returnValue = instance.UpdateCompletionStatus(pCompSet, _
    dwFlags)
int UpdateCompletionStatus(
    IVsCompletionSet pCompSet,
    uint dwFlags
)
int UpdateCompletionStatus(
    [InAttribute] IVsCompletionSet^ pCompSet, 
    [InAttribute] unsigned int dwFlags
)
function UpdateCompletionStatus(
    pCompSet : IVsCompletionSet, 
    dwFlags : uint
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IVsIntellisenseHost_Corrected Interface

IVsIntellisenseHost_Corrected Members

Microsoft.VisualStudio.TextManager.Interop Namespace