CLSPredicateKeyPath Class
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.
Enumerates key paths for retrieving ClassKit contexts.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static class CLSPredicateKeyPath
type CLSPredicateKeyPath = class
- Inheritance
-
CLSPredicateKeyPath
- Attributes
Properties
DateCreated |
Gets the key path for retrieving contexts by their creation date. |
Identifier |
Gets the key path for retrieving contexts by their identifier. |
Parent |
Gets the key path for retrieving contexts by their parent. |
Title |
Gets the key path for retrieving contexts by their title. |
Topic |
Gets the key path for retrieving contexts by topic. |
UniversalLinkUrl |
Gets the key path for retrieving contexts by universal link URL. |