INConditionalOperator 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉要與搜尋述詞搭配使用的運算子。
[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 | 沒有屬性必須存在。 |