ProprietaryEngineEventArgs..::..ProprietaryData Property |
ProprietaryEngineEventArgs Class See Also Send Feedback |
Gets the data from 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 ProprietaryData As IntPtr Get |
Visual Basic (Usage) |
---|
Dim instance As ProprietaryEngineEventArgs Dim value As IntPtr value = instance.ProprietaryData |
C# |
---|
public IntPtr ProprietaryData { get; } |