Поделиться через


IVsTextViewIntellisenseHost.UpdateCompletionStatus - метод

Настройка пользовательского интерфейса Intellisense.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.8.0 (в Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Синтаксис

'Декларация
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

Параметры

  • dwFlags
    Тип: UInt32

     

Возвращаемое значение

Тип: Int32
Если метод завершается успешно, возвращает NativeMethods.S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

Из singlefileeditor.idl:

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

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextViewIntellisenseHost Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен