CLSContextTopic Enum
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 topics for 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 enum CLSContextTopic
type CLSContextTopic =
- Inheritance
-
CLSContextTopic
- Attributes
Fields
Name | Value | Description |
---|---|---|
Math | 0 | Indicates mathematics. |
Science | 1 | Indicates science. |
LiteracyAndWriting | 2 | Indicates literacy and/or writing. |
WorldLanguage | 3 | Indicates world languages. |
SocialScience | 4 | Indicates social sciences. |
ComputerScienceAndEngineering | 5 | Indicates computer science and/or engineering. |
ArtsAndMusic | 6 | Indicates arts and/or music. |
HealthAndFitness | 7 | Indicates health and fitness. |