IVsTextView.UpdateCompletionStatus(IVsCompletionSet, UInt32) Method

Definition

Used for word completion control.

C++/CX
public:
 int UpdateCompletionStatus(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet ^ pCompSet, unsigned int dwFlags);

Parameters

pCompSet
IVsCompletionSet

[in] Pointer to a completion set object.

dwFlags
UInt32

[in] Flags specifying completion status options. For a list of dwFlags values, see UpdateCompletionFlags.

Returns

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

Remarks

COM Signature

From textmgr.idl:

cpp#
HRESULT IVsTextView::UpdateCompletionStatus(  
   [in] IVsCompletionSet *pCompSet,  
   [in] DWORD dwFlags  
);  

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022