VsIntellisenseCompletorClass.Update(IVsCompletionSet, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the completor.
public:
virtual int Update(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet ^ pCompSet, System::UInt32 dwFlags) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor::Update;
public:
virtual int Update(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet ^ pCompSet, System::UInt32 dwFlags);
public:
virtual int Update(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet ^ pCompSet, unsigned int dwFlags) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor::Update;
virtual int Update(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet const & pCompSet, unsigned int dwFlags);
public virtual int Update (Microsoft.VisualStudio.TextManager.Interop.IVsCompletionSet pCompSet, uint dwFlags);
abstract member Update : Microsoft.VisualStudio.TextManager.Interop.IVsCompletionSet * uint32 -> int
override this.Update : Microsoft.VisualStudio.TextManager.Interop.IVsCompletionSet * uint32 -> int
Public Overridable Function Update (pCompSet As IVsCompletionSet, dwFlags As UInteger) As Integer
Parameters
- pCompSet
- IVsCompletionSet
The completion set.
- dwFlags
- UInt32
Flags indicating update options. Taken from IntellisenseHostFlags.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.