StorageLoadFlags Enum
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.
Flags indicating type of storage load.
This enumeration supports a bitwise combination of its member values.
public enum class StorageLoadFlags
C++/CX
public enum class StorageLoadFlags
enum StorageLoadFlags
[System.Flags]
public enum StorageLoadFlags
[<System.Flags>]
type StorageLoadFlags =
Public Enum StorageLoadFlags
- Inheritance
-
StorageLoadFlags
- Attributes
Name | Value | Description |
---|---|---|
slfDefault | 0 | Default. |
slfReload | 1 | Reload. |
From textmgr.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |