NSWorkspaceLaunchOptions 枚举

定义

此枚举支持其成员值的按位组合。

[System.Flags]
public enum NSWorkspaceLaunchOptions
type NSWorkspaceLaunchOptions = 
继承
NSWorkspaceLaunchOptions
属性

字段

名称 说明
Print 2
InhibitingBackgroundOnly 128
WithoutAddingToRecents 256
WithoutActivation 512
Async 65536
AllowingClassicStartup 131072
Default 196608
PreferringClassic 262144
NewInstance 524288
Hide 1048576
HideOthers 2097152

适用于