Class VoiceCommandsGroup
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This class represents a list of the voice commands.
C#Copypublic class VoiceCommandsGroup : IDisposable
- Inheritance
-
objectVoiceCommandsGroup
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic VoiceCommandsGroup()
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | This exception can be due to out of memory. |
System.UnauthorizedAccessException | This exception can be due to permission denied. |
System.NotSupportedException | The required feature is not supported. |
Properties
Declaration
C#Copypublic IList<VoiceCommand> Commands { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><VoiceCommand> |
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
Declaration
C#Copyprotected ~VoiceCommandsGroup()
Implements
System.IDisposable