共用方式為


INConditionalOperator 列舉

定義

列舉要與搜尋述詞搭配使用的運算子。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INConditionalOperator
type INConditionalOperator = 
繼承
INConditionalOperator
屬性

欄位

All 0

所有屬性都必須存在。 邏輯 AND。

Any 1

必須存在一或多個屬性。 邏輯 OR

None 2

沒有屬性必須存在。

適用於