VoiceChangeEventArgs クラス

定義

VoiceChange イベントからのデータを返します。

public ref class VoiceChangeEventArgs : System::Speech::Synthesis::PromptEventArgs
public class VoiceChangeEventArgs : System.Speech.Synthesis.PromptEventArgs
type VoiceChangeEventArgs = class
    inherit PromptEventArgs
Public Class VoiceChangeEventArgs
Inherits PromptEventArgs
継承

注釈

VoiceChangeEventArgs インスタンスは、 オブジェクトが イベントを SpeechSynthesizer 発生 VoiceChange させると作成されます。 新しい Voiceの ID を取得するには、 イベントの Voice ハンドラーの プロパティにアクセスします。

で使用SpeechSynthesizerされている音声を、いずれかの StartVoicePromptBuilderメソッドまたは の メソッドまたは SpeechSynthesizerSelectVoiceSelectVoiceByHints メソッドで変更できます。

プロパティ

Cancelled

非同期操作がキャンセルされたかどうかを示す値を取得します。

(継承元 AsyncCompletedEventArgs)
Error

非同期操作中に発生したエラーを示す値を取得します。

(継承元 AsyncCompletedEventArgs)
Prompt

イベントに関連付けられているプロンプトを取得します。

(継承元 PromptEventArgs)
UserState

非同期タスクの一意の識別子を取得します。

(継承元 AsyncCompletedEventArgs)
Voice

新しい音声の VoiceInfo オブジェクトを取得します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
RaiseExceptionIfNecessary()

非同期操作が失敗した場合は、ユーザー指定の例外を発生させます。

(継承元 AsyncCompletedEventArgs)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象