IVsCompletionSet::GetFlags Method ()

 

Returns flags indicating specific behaviors of this completion set.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

unsigned int GetFlags()

Return Value

Type: System::UInt32

Returns one or more flags from the UpdateCompletionFlags enumeration (specifically, the flags beginning with CSF_).

From textmgr.idl:

HRESULT IVsCompletionSet::GetFlags();
Return to top
Show: