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

All 63

All elements of the cache.

EvaluateDependencies 32

If evaluate dependencies is need

FileContentScanning 16

File content scanning

FileDataValueScanning 4

File data values scanning

FileListing 1

The cache of the file listings in the workspace.

FileReferenceScanning 2

File reference scanning

FileScanning 30

The cache of all symbol definitions in the workspace.

InvalidateCache 64

If invalidate cache for the elements

None 0

No index element.

SymbolScanning 8

Symbol scanning

Applies to