INSetCarLockStatusIntent 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.
The name and desired locked/unlocked state of a car.
[Foundation.Register("INSetCarLockStatusIntent", true)]
public class INSetCarLockStatusIntent : Intents.INIntent
[<Foundation.Register("INSetCarLockStatusIntent", true)>]
type INSetCarLockStatusIntent = class
inherit INIntent
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| INSetCarLockStatusIntent(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| INSetCarLockStatusIntent(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| INSetCarLockStatusIntent(NSNumber, INSpeakableString) | |
| INSetCarLockStatusIntent(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| INSetCarLockStatusIntent(Nullable<Boolean>, INSpeakableString) |
Creates a new set car lock status intent for the specified lock state and car name. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| CarName | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DonationMetadata | (Inherited from INIntent) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Identifier |
Gets the INIntentIdentifier that uniquely identifies the intent instance, or |
| IdentifierString | (Inherited from INIntent) |
| IntentDescription | (Inherited from INIntent) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Locked | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| ShortcutAvailability | (Inherited from INIntent) |
| SuggestedInvocationPhrase | (Inherited from INIntent) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |