IndexElement Enum
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.
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 |