Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / AutomationTextAttribute.cs / 1 / AutomationTextAttribute.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Identifier for Automation Text Attributes // // History: // 06/02/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Identifier for Automation Text Attributes /// #if (INTERNAL_COMPILE) internal class AutomationTextAttribute: AutomationIdentifier #else public class AutomationTextAttribute: AutomationIdentifier #endif { internal AutomationTextAttribute(int id, Guid guid, string programmaticName) : base(UiaCoreTypesApi.AutomationIdType.TextAttribute, id, guid, programmaticName) { } ////// internal static AutomationTextAttribute Register(Guid guid, string programmaticName) { return (AutomationTextAttribute)AutomationIdentifier.Register(UiaCoreTypesApi.AutomationIdType.TextAttribute, guid, programmaticName); } ////// public static AutomationTextAttribute LookupById(int id) { return (AutomationTextAttribute)AutomationIdentifier.LookupById(UiaCoreTypesApi.AutomationIdType.TextAttribute, id); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Identifier for Automation Text Attributes // // History: // 06/02/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Identifier for Automation Text Attributes /// #if (INTERNAL_COMPILE) internal class AutomationTextAttribute: AutomationIdentifier #else public class AutomationTextAttribute: AutomationIdentifier #endif { internal AutomationTextAttribute(int id, Guid guid, string programmaticName) : base(UiaCoreTypesApi.AutomationIdType.TextAttribute, id, guid, programmaticName) { } ////// internal static AutomationTextAttribute Register(Guid guid, string programmaticName) { return (AutomationTextAttribute)AutomationIdentifier.Register(UiaCoreTypesApi.AutomationIdType.TextAttribute, guid, programmaticName); } ////// public static AutomationTextAttribute LookupById(int id) { return (AutomationTextAttribute)AutomationIdentifier.LookupById(UiaCoreTypesApi.AutomationIdType.TextAttribute, id); } } } // 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
- Line.cs
- ConstraintEnumerator.cs
- Parameter.cs
- BinHexDecoder.cs
- CfgRule.cs
- ParserContext.cs
- AssemblyCache.cs
- CorrelationManager.cs
- Emitter.cs
- FileReservationCollection.cs
- ControlCollection.cs
- XmlIlTypeHelper.cs
- KeyboardNavigation.cs
- ScrollChangedEventArgs.cs
- AnnotationStore.cs
- XPathNavigatorReader.cs
- TextRangeProviderWrapper.cs
- PolyBezierSegmentFigureLogic.cs
- SqlDataSourceCommandEventArgs.cs
- AutomationPeer.cs
- AsyncOperationManager.cs
- XmlSchemaRedefine.cs
- UIPermission.cs
- TypeDependencyAttribute.cs
- UserControl.cs
- DefaultTextStoreTextComposition.cs
- CheckBoxAutomationPeer.cs
- OperationAbortedException.cs
- GridViewUpdatedEventArgs.cs
- OLEDB_Enum.cs
- Misc.cs
- GenerateHelper.cs
- FixedHighlight.cs
- ArrayHelper.cs
- CompilerWrapper.cs
- SiteOfOriginPart.cs
- ChooseAction.cs
- LabelLiteral.cs
- Matrix3DStack.cs
- figurelength.cs
- HTMLTagNameToTypeMapper.cs
- AppSettingsExpressionEditor.cs
- StringValidatorAttribute.cs
- ValidatorUtils.cs
- ListViewGroupCollectionEditor.cs
- JapaneseCalendar.cs
- PageRanges.cs
- AssemblyFilter.cs
- TabControl.cs
- ImageSource.cs
- MetadataItem_Static.cs
- StoreItemCollection.Loader.cs
- MsmqDecodeHelper.cs
- IList.cs
- DataSourceGeneratorException.cs
- EntityModelBuildProvider.cs
- FontFamily.cs
- SmtpNtlmAuthenticationModule.cs
- LeaseManager.cs
- StringTraceRecord.cs
- PermissionSet.cs
- SupportsEventValidationAttribute.cs
- EventLogWatcher.cs
- ConsoleKeyInfo.cs
- NativeMethods.cs
- XmlDeclaration.cs
- FreezableDefaultValueFactory.cs
- LocalizationComments.cs
- ReadOnlyCollection.cs
- SymmetricKeyWrap.cs
- View.cs
- AsyncResult.cs
- _NTAuthentication.cs
- FormViewDeletedEventArgs.cs
- StandardBindingImporter.cs
- ProxyWebPartManager.cs
- Matrix3D.cs
- ToolStripItemCollection.cs
- InputLanguage.cs
- GlobalItem.cs
- FixedSOMPageConstructor.cs
- TreeNodeBinding.cs
- Themes.cs
- ReadingWritingEntityEventArgs.cs
- ListSortDescription.cs
- IndexerReference.cs
- COM2PropertyBuilderUITypeEditor.cs
- Image.cs
- Exceptions.cs
- ClientConvert.cs
- MultipartIdentifier.cs
- RowToFieldTransformer.cs
- COAUTHINFO.cs
- ModulesEntry.cs
- Codec.cs
- Mapping.cs
- RootBuilder.cs
- SimpleTextLine.cs
- ObfuscationAttribute.cs
- CurrencyWrapper.cs