CompletionSet.GetFlags Method

Definition

Gets a set of flags specifying the behavior of the completion list.

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

Returns

A set of flags from the UpdateCompletionFlags enumeration; specifically, from the CSF_* group.

Implements

Remarks

The flags specify what is displayed in the completion list, and what methods can be called while the completion list is active.

This method is an implementation of the GetFlags method on the IVsCompletionSet interface.

The base method always returns the flags CSF_HAVEDESCRIPTIONS | CSF_CUSTOMCOMMIT | CSF_INITIALEXTENTKNOWN | CSF_CUSTOMMATCHING.

Applies to