ProprietaryEngineEventArgs..::..EventId Property |
ProprietaryEngineEventArgs Class See Also Send Feedback |
Gets the identifier of the event raised by a proprietary speech synthesis engine.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property EventId As Integer Get |
Visual Basic (Usage) |
---|
Dim instance As ProprietaryEngineEventArgs Dim value As Integer value = instance.EventId |
C# |
---|
public int EventId { get; } |