linkProgressOption 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.
Used by the ShowProgress property.
public enum class linkProgressOption
public enum class linkProgressOption
enum linkProgressOption
public enum linkProgressOption
type linkProgressOption =
Public Enum linkProgressOption
- Inheritance
-
linkProgressOption
Fields
linkProgressAll | 1 | Displays details about the linking process. |
linkProgressLibs | 2 | Displays progress messages indicating just the libraries searched. |
linkProgressNotSet | 0 | Not set |