INCarDefroster 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 defroster locations.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INCarDefroster
type INCarDefroster =
- Inheritance
-
INCarDefroster
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An undetermined defroster location. |
Front | 1 | The defroster for the front windshield. |
Rear | 2 | The defroster for the rear window. |
All | 3 | All defroster locations. |