LSLaunchFlags Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.
[System.Flags]
public enum LSLaunchFlags
type LSLaunchFlags =
- Ereditarietà
-
LSLaunchFlags
- Attributi
Campi
Nome | Valore | Descrizione |
---|---|---|
LaunchDefaults | 1 | |
LaunchAndPrint | 2 | |
LaunchReserved2 | 4 | |
LaunchReserved3 | 8 | |
LaunchReserved4 | 16 | |
LaunchReserved5 | 32 | |
LaunchAndDisplayErrors | 64 | |
LaunchInhibitBGOnly | 128 | |
LaunchDontAddToRecents | 256 | |
LaunchDontSwitch | 512 | |
LaunchNoParams | 2048 | |
LaunchAsync | 65536 | |
LaunchStartClassic | 131072 | |
LaunchInClassic | 262144 | |
LaunchNewInstance | 524288 | |
LaunchAndHide | 1048576 | |
LaunchAndHideOthers | 2097152 | |
LaunchHasUntrustedContents | 4194304 |