Share via


RecordAudioActivity.Prompts Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Gets the object that contains all the prompts that can be played.

Namespace: Microsoft.SpeechServer.Dialog
Assembly: Microsoft.SpeechServer (in microsoft.speechserver.dll)

Syntax

'Declaration
<EditorAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.GenericSpeechUITypeEditor, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", GetType(UITypeEditor))> _
<TypeConverterAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.DefaultStringConverter, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> _
<SpeechCustomMarkupSerializerAttribute> _
<PropertyCodeDomAttribute("PromptSelectorSerializer")> _
<DesignerButtonAttribute(0, "Designer_EditPrompts", "RecordingPrompt", ConvertMethod:="FromPrompt")> _
<PropertyBuilderTabAttribute(0, "Tab_Prompts")> _
<PropertyEditorPanelAttribute("PromptSelectorPanel")> _
<GlobalizedCategoryAttribute("SpeechCategory")> _
<GlobalizedDescriptionAttribute("RecordAudioActivity_Prompts")> _
Public Property Prompts As RecordAudioPromptSelector
[EditorAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.GenericSpeechUITypeEditor, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(UITypeEditor))] 
[TypeConverterAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.DefaultStringConverter, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] 
[SpeechCustomMarkupSerializerAttribute] 
[PropertyCodeDomAttribute("PromptSelectorSerializer")] 
[DesignerButtonAttribute(0, "Designer_EditPrompts", "RecordingPrompt", ConvertMethod="FromPrompt")] 
[PropertyBuilderTabAttribute(0, "Tab_Prompts")] 
[PropertyEditorPanelAttribute("PromptSelectorPanel")] 
[GlobalizedCategoryAttribute("SpeechCategory")] 
[GlobalizedDescriptionAttribute("RecordAudioActivity_Prompts")] 
public RecordAudioPromptSelector Prompts { get; }

Property Value

A RecordAudioPromptSelector that contains all the prompts that can be played.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Windows Server 2003

See Also

Reference

RecordAudioActivity Class
RecordAudioActivity Members
Microsoft.SpeechServer.Dialog Namespace