IVsTextViewIntellisenseHost.UpdateCompletionStatus Method

Definition

Intellisense UI handling.

public:
 int UpdateCompletionStatus(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet ^ pCompSet, System::UInt32 dwFlags);
public:
 int UpdateCompletionStatus(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet ^ pCompSet, unsigned int dwFlags);
int UpdateCompletionStatus(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet const & pCompSet, unsigned int dwFlags);
public int UpdateCompletionStatus (Microsoft.VisualStudio.TextManager.Interop.IVsCompletionSet pCompSet, uint dwFlags);
abstract member UpdateCompletionStatus : Microsoft.VisualStudio.TextManager.Interop.IVsCompletionSet * uint32 -> int
Public Function UpdateCompletionStatus (pCompSet As IVsCompletionSet, dwFlags As UInteger) As Integer

Parameters

pCompSet
IVsCompletionSet

 

dwFlags
UInt32

 

Returns

If the method succeeds, it returns NativeMethods.S_OK. If it fails, it returns an error code.

Implements

Remarks

From singlefileeditor.idl:

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

Applies to