IVsCompletionSet.GetFlags Method

Definition

Returns flags indicating specific behaviors of this completion set.

public:
 System::UInt32 GetFlags();
public:
 unsigned int GetFlags();
unsigned int GetFlags();
public uint GetFlags ();
abstract member GetFlags : unit -> uint32
Public Function GetFlags () As UInteger

Returns

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

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsCompletionSet::GetFlags();  

Applies to