Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Result / ReplacementText.cs / 1 / ReplacementText.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.Speech.Internal.SapiInterop; using System.Speech.Internal.SrgsCompiler; using System.Speech.Internal.SrgsParser; using System.Text; using System.Xml; using System.Xml.XPath; namespace System.Speech.Recognition { ////// TODOC /// [Serializable] [StructLayout (LayoutKind.Sequential)] public class ReplacementText { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal ReplacementText (DisplayAttributes displayAttributes, string text, int wordIndex, int countOfWords) { _displayAttributes = displayAttributes; _text = text; _wordIndex = wordIndex; _countOfWords = countOfWords; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region Public Properties ////// TODOC /// public DisplayAttributes DisplayAttributes { get { return _displayAttributes; } } ////// TODOC /// public string Text { get { return _text; } } ////// TODOC /// public int FirstWordIndex { get { return _wordIndex; } } ////// TODOC /// public int CountOfWords { get { return _countOfWords; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields private DisplayAttributes _displayAttributes; private string _text; private int _wordIndex; private int _countOfWords; #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MetaChildrenColumn.cs
- RichTextBoxAutomationPeer.cs
- MultilineStringConverter.cs
- ListArgumentProvider.cs
- DataSourceHelper.cs
- BitmapSource.cs
- XmlReflectionMember.cs
- ChtmlCalendarAdapter.cs
- ToolboxControl.cs
- AssociationSet.cs
- CollectionContainer.cs
- AppSecurityManager.cs
- TableCellAutomationPeer.cs
- CalculatedColumn.cs
- XsltConvert.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- controlskin.cs
- ContextStack.cs
- BooleanSwitch.cs
- ZoneMembershipCondition.cs
- OdbcDataAdapter.cs
- CodeCatchClauseCollection.cs
- TransformDescriptor.cs
- Ref.cs
- SmtpNegotiateAuthenticationModule.cs
- Overlapped.cs
- X509AsymmetricSecurityKey.cs
- relpropertyhelper.cs
- XsltOutput.cs
- DesignerActionMethodItem.cs
- EditorPartChrome.cs
- EntityModelSchemaGenerator.cs
- SqlFormatter.cs
- codemethodreferenceexpression.cs
- ManagedIStream.cs
- Substitution.cs
- InheritedPropertyDescriptor.cs
- DefaultClaimSet.cs
- StreamingContext.cs
- UseAttributeSetsAction.cs
- ReflectionTypeLoadException.cs
- WorkflowDataContext.cs
- CodeCompileUnit.cs
- Serializer.cs
- XmlObjectSerializerReadContextComplexJson.cs
- SplineQuaternionKeyFrame.cs
- remotingproxy.cs
- ManagementEventArgs.cs
- SiteMembershipCondition.cs
- DataGridHeaderBorder.cs
- NonParentingControl.cs
- IncrementalHitTester.cs
- CatalogZoneDesigner.cs
- XhtmlBasicCommandAdapter.cs
- TypeDescriptor.cs
- FixedSOMSemanticBox.cs
- PersonalizationProvider.cs
- complextypematerializer.cs
- PerformanceCounterPermissionAttribute.cs
- PTProvider.cs
- MenuAdapter.cs
- LabelLiteral.cs
- BindingCompleteEventArgs.cs
- ConfigurationConverterBase.cs
- MouseGestureValueSerializer.cs
- SessionParameter.cs
- XmlCodeExporter.cs
- Selection.cs
- SynchronizedDispatch.cs
- FieldNameLookup.cs
- WindowsStatic.cs
- HttpApplication.cs
- ComboBox.cs
- NameValueSectionHandler.cs
- MembershipValidatePasswordEventArgs.cs
- MissingMemberException.cs
- InkCanvas.cs
- dbdatarecord.cs
- Double.cs
- BatchServiceHost.cs
- Style.cs
- AxisAngleRotation3D.cs
- VerticalConnector.xaml.cs
- EmptyEnumerator.cs
- TypedRowHandler.cs
- XmlAnyAttributeAttribute.cs
- XmlNodeChangedEventArgs.cs
- BoundPropertyEntry.cs
- CmsInterop.cs
- HttpWebRequestElement.cs
- ComEventsMethod.cs
- ImportContext.cs
- ToolboxItemImageConverter.cs
- CharStorage.cs
- WebServicesSection.cs
- HttpListenerResponse.cs
- RectangleGeometry.cs
- HttpResponseWrapper.cs
- WbmpConverter.cs
- DefaultEvaluationContext.cs