Partilhar via


Método IVsTextViewIntellisenseHost.UpdateCompletionStatus

IntelliSense UI de tratamento.

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

Sintaxe

'Declaração
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

Parâmetros

  • dwFlags
    Tipo: UInt32

     

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna NativeMethods.S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

De singlefileeditor.idl:

HRESULT IVsTextViewIntellisenseHost::UpdateCompletionStatus([in] IVsCompletionSet *pCompSet, [in] DWORD dwFlags);

Segurança do .NET Framework

Consulte também

Referência

IVsTextViewIntellisenseHost Interface

Namespace Microsoft.VisualStudio.TextManager.Interop