CLSBinaryValueType Enum

Definition

Enumerates activity outcome types.

[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 CLSBinaryValueType
type CLSBinaryValueType = 
Inheritance
CLSBinaryValueType
Attributes

Fields

CorrectIncorrect 3
PassFail 1

Indicates an activity that results in a pass or fail value.

TrueFalse 0

Indicates an activity that results in a true or false value

YesNo 2

Indicates an activity that results in a yes or no value

Applies to