Class VoiceCommandsGroup

    Definition

    Namespace:
    Tizen.Uix.VoiceControlManager
    Assembly:
    Tizen.Uix.VoiceControlManager.dll

    This class represents a list of the voice commands.

    public class VoiceCommandsGroup : IDisposable
    Inheritance
    object
    VoiceCommandsGroup

    Constructors

    View Source

    VoiceCommandsGroup()

    The public constructor.

    Declaration
    public VoiceCommandsGroup()

    Properties

    View Source

    Commands

    Gets the command list.

    Declaration
    public IList<VoiceCommand> Commands { get; }
    Property Value
    Type Description
    IList<><VoiceCommand>

    Methods

    View Source

    Dispose()

    Release any unmanaged resources used by this object.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Release any unmanaged resources used by this object.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    If true, disposes any disposable objects. If false, does not dispose disposable objects.

    View Source

    ~VoiceCommandsGroup()

    The destructor of the VoiceCommandList class.

    Declaration
    protected ~VoiceCommandsGroup()

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX