Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Recognition / SpeechUI.cs / 1 / SpeechUI.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- #if !SPEECHSERVER using System.Speech.Internal; namespace System.Speech.Recognition { /// TODOC <_include file='doc\SpeechUI.uex' path='docs/doc[@for="SpeechUI"]/*' /> public class SpeechUI { internal SpeechUI() { } /// TODOC <_include file='doc\SpeechUI.uex' path='docs/doc[@for="SpeechUI.SendTextFeedback"]/*' /> public static bool SendTextFeedback(RecognitionResult result, string feedback, bool isSuccessfulAction) { Helpers.ThrowIfNull (result, "result"); Helpers.ThrowIfEmptyOrNull (feedback, "feedback"); return result.SetTextFeedback(feedback, isSuccessfulAction); } } } #endif // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- #if !SPEECHSERVER using System.Speech.Internal; namespace System.Speech.Recognition { /// TODOC <_include file='doc\SpeechUI.uex' path='docs/doc[@for="SpeechUI"]/*' /> public class SpeechUI { internal SpeechUI() { } /// TODOC <_include file='doc\SpeechUI.uex' path='docs/doc[@for="SpeechUI.SendTextFeedback"]/*' /> public static bool SendTextFeedback(RecognitionResult result, string feedback, bool isSuccessfulAction) { Helpers.ThrowIfNull (result, "result"); Helpers.ThrowIfEmptyOrNull (feedback, "feedback"); return result.SetTextFeedback(feedback, isSuccessfulAction); } } } #endif // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextFormatterContext.cs
- SafeArrayTypeMismatchException.cs
- NameTable.cs
- ServiceNotStartedException.cs
- DelegatingStream.cs
- AutomationTextAttribute.cs
- LongValidator.cs
- Variable.cs
- DelegateTypeInfo.cs
- Panel.cs
- CompositeKey.cs
- QuaternionRotation3D.cs
- RtfToken.cs
- FormViewInsertedEventArgs.cs
- TableRow.cs
- BamlCollectionHolder.cs
- DataGridHyperlinkColumn.cs
- DataSourceControl.cs
- CodeDomLoader.cs
- KnownTypesProvider.cs
- LightweightCodeGenerator.cs
- ScrollBarAutomationPeer.cs
- BinaryFormatter.cs
- PersonalizablePropertyEntry.cs
- precedingquery.cs
- XmlStringTable.cs
- UriTemplateEquivalenceComparer.cs
- XmlChildEnumerator.cs
- ColumnCollection.cs
- TypedElement.cs
- UrlRoutingModule.cs
- AppDomainShutdownMonitor.cs
- XmlReflectionImporter.cs
- ExtendedProperty.cs
- Number.cs
- ContentPlaceHolderDesigner.cs
- WebPartsPersonalizationAuthorization.cs
- NewItemsContextMenuStrip.cs
- PrintingPermission.cs
- nulltextnavigator.cs
- Figure.cs
- sitestring.cs
- LinqDataSourceUpdateEventArgs.cs
- ConsoleTraceListener.cs
- GridViewRowPresenterBase.cs
- CodeDelegateCreateExpression.cs
- DeferredReference.cs
- AtomMaterializerLog.cs
- WindowsHyperlink.cs
- MessageQueueCriteria.cs
- DBConnection.cs
- COM2IProvidePropertyBuilderHandler.cs
- FontFamilyIdentifier.cs
- PowerModeChangedEventArgs.cs
- DocumentAutomationPeer.cs
- activationcontext.cs
- PointLightBase.cs
- BinHexEncoder.cs
- DesignRelation.cs
- GACMembershipCondition.cs
- securitycriticaldata.cs
- Timer.cs
- QilDataSource.cs
- FileDialogCustomPlacesCollection.cs
- StringDictionary.cs
- WeakEventTable.cs
- CompositeScriptReferenceEventArgs.cs
- ContentElement.cs
- FileCodeGroup.cs
- SqlWebEventProvider.cs
- StorageComplexTypeMapping.cs
- PowerModeChangedEventArgs.cs
- Thread.cs
- XmlValueConverter.cs
- AlphaSortedEnumConverter.cs
- URLAttribute.cs
- InputGestureCollection.cs
- XPathNavigatorKeyComparer.cs
- TemplateBindingExtension.cs
- SqlConnectionPoolGroupProviderInfo.cs
- DataServiceHostFactory.cs
- Button.cs
- DebuggerAttributes.cs
- InstanceHandleConflictException.cs
- StoryFragments.cs
- TextSelectionHelper.cs
- SinglePageViewer.cs
- XmlSerializerAssemblyAttribute.cs
- TextRangeProviderWrapper.cs
- DataGridViewUtilities.cs
- Random.cs
- CriticalFinalizerObject.cs
- WinEventHandler.cs
- TextParagraph.cs
- TopClause.cs
- DBConcurrencyException.cs
- CoreSwitches.cs
- SpellCheck.cs
- Typography.cs
- MILUtilities.cs