SpeakCompletedEventArgs Classe

Definição

Retorna a notificação do evento SpeakCompleted.Returns notification from the SpeakCompleted event.

public ref class SpeakCompletedEventArgs : System::Speech::Synthesis::PromptEventArgs
public class SpeakCompletedEventArgs : System.Speech.Synthesis.PromptEventArgs
type SpeakCompletedEventArgs = class
    inherit PromptEventArgs
Public Class SpeakCompletedEventArgs
Inherits PromptEventArgs
Herança

Comentários

A SpeakCompletedEventArgs classe não tem propriedades e não retorna dados do SpeakCompleted evento.The SpeakCompletedEventArgs class has no properties, and does not return data from the SpeakCompleted event. Ele é fornecido para permitir que os autores de aplicativos escrevam manipuladores de eventos para o SpeakCompleted evento.It is provided to enable application authors to write event handlers for the SpeakCompleted event. O SpeechSynthesizer gera o SpeakCompleted evento na conclusão de qualquer um dos SpeakAsync métodos ou SpeakSsmlAsync .The SpeechSynthesizer raises the SpeakCompleted event at the completion of any of the SpeakAsync or SpeakSsmlAsync methods.

Propriedades

Cancelled

Obtém um valor que indica se uma operação assíncrona foi cancelada.Gets a value indicating whether an asynchronous operation has been canceled.

(Herdado de AsyncCompletedEventArgs)
Error

Obtém um valor que indica qual erro ocorreu durante uma operação assíncrona.Gets a value indicating which error occurred during an asynchronous operation.

(Herdado de AsyncCompletedEventArgs)
Prompt

Obtém o prompt associado ao evento.Gets the prompt associated with the event.

(Herdado de PromptEventArgs)
UserState

Obtém o identificador exclusivo para a tarefa assíncrona.Gets the unique identifier for the asynchronous task.

(Herdado de AsyncCompletedEventArgs)

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
RaiseExceptionIfNecessary()

Gera uma exceção fornecida pelo usuário se uma operação assíncrona falhou.Raises a user-supplied exception if an asynchronous operation failed.

(Herdado de AsyncCompletedEventArgs)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a