IVsCompletionSet.GetFlags 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.
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();