Share via


IndexElement Enum

Definition

Refresh options for indexing

This enumeration supports a bitwise combination of its member values.

public enum class IndexElement
public enum class IndexElement
enum IndexElement
[System.Flags]
public enum IndexElement
[<System.Flags>]
type IndexElement = 
Public Enum IndexElement
Inheritance
IndexElement
Attributes

Fields

Name Value Description
None 0

No index element.

FileListing 1

The cache of the file listings in the workspace.

FileReferenceScanning 2

File reference scanning

FileDataValueScanning 4

File data values scanning

SymbolScanning 8

Symbol scanning

FileContentScanning 16

File content scanning

FileScanning 30

The cache of all symbol definitions in the workspace.

EvaluateDependencies 32

If evaluate dependencies is need

All 63

All elements of the cache.

InvalidateCache 64

If invalidate cache for the elements

Applies to