IVsCompletionSet::GetFlags Method ()
Visual Studio 2015
Returns flags indicating specific behaviors of this completion set.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Return Value
Type: System::UInt32Returns one or more flags from the UpdateCompletionFlags enumeration (specifically, the flags beginning with CSF_).
From textmgr.idl:
HRESULT IVsCompletionSet::GetFlags();
Show: