SpeechBookmarkReachedEventArgs.UserState property

Gets optional information that can help determine which asynchronous call raised the event.

Syntax

public object UserState { get; }
Public ReadOnly Property UserState As Object
public:
property Object^ UserState { 
   Object^ get();
}

Property value

Type: System.Object [.NET] | Platform::Object [C++]

The optional information that can help determine which asynchronous call raised the event. If UserState was not specified in the call that raised the event, this property returns a null value.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Synthesis Windows::Phone::Speech::Synthesis [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone]

See also

SpeechBookmarkReachedEventArgs