ITtsEngineSite.AddEvents(SpeechEventInfo[], Int32) Método

Definición

Agrega un o más elementos a la propiedad EventInterest.

public:
 void AddEvents(cli::array <System::Speech::Synthesis::TtsEngine::SpeechEventInfo> ^ events, int count);
public void AddEvents (System.Speech.Synthesis.TtsEngine.SpeechEventInfo[] events, int count);
abstract member AddEvents : System.Speech.Synthesis.TtsEngine.SpeechEventInfo[] * int -> unit
Public Sub AddEvents (events As SpeechEventInfo(), count As Integer)

Parámetros

events
SpeechEventInfo[]

Matriz de objetos SpeechEventInfo.

count
Int32

Se refiere al tamaño de la matriz.

Se aplica a