Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- FocusTracker.cs
- OracleCommandSet.cs
- TabControlCancelEvent.cs
- AudioLevelUpdatedEventArgs.cs
- TimelineGroup.cs
- ObjectSecurity.cs
- EntityDataSourceChangingEventArgs.cs
- VisualTreeHelper.cs
- GridView.cs
- Button.cs
- XmlQualifiedName.cs
- DataGridColumnCollection.cs
- WsdlServiceChannelBuilder.cs
- ReceiveReply.cs
- X509Extension.cs
- DataMisalignedException.cs
- Pool.cs
- CodeSubDirectory.cs
- LocalizabilityAttribute.cs
- DeploymentExceptionMapper.cs
- XpsSerializationManager.cs
- ImageBrush.cs
- RichTextBoxDesigner.cs
- MenuScrollingVisibilityConverter.cs
- DataGridViewAdvancedBorderStyle.cs
- EntityDataSourceView.cs
- AlternateViewCollection.cs
- AccessDataSource.cs
- NullReferenceException.cs
- TextFormattingConverter.cs
- InternalTypeHelper.cs
- StrongNameUtility.cs
- EditorZoneBase.cs
- BuildManager.cs
- ToolStripMenuItemDesigner.cs
- ServiceProviders.cs
- BaseResourcesBuildProvider.cs
- ColorBlend.cs
- CustomTrackingRecord.cs
- KnownTypes.cs
- TokenBasedSet.cs
- ViewGenResults.cs
- DataGridHeaderBorder.cs
- AVElementHelper.cs
- ListViewPagedDataSource.cs
- ExpressionBuilderCollection.cs
- DataServiceCollectionOfT.cs
- RegexCapture.cs
- Socket.cs
- EmissiveMaterial.cs
- GenericTypeParameterBuilder.cs
- CellTreeSimplifier.cs
- MaskInputRejectedEventArgs.cs
- IMembershipProvider.cs
- objectresult_tresulttype.cs
- QilXmlReader.cs
- ByteAnimation.cs
- DesignerDataColumn.cs
- ConversionContext.cs
- SafeTimerHandle.cs
- AutomationPropertyInfo.cs
- VerificationException.cs
- RequiredAttributeAttribute.cs
- hebrewshape.cs
- BrushValueSerializer.cs
- RectangleHotSpot.cs
- XmlDataCollection.cs
- PersistenceParticipant.cs
- RequestCacheEntry.cs
- SemaphoreFullException.cs
- FileIOPermission.cs
- BCryptHashAlgorithm.cs
- MouseDevice.cs
- NavigationCommands.cs
- _NetworkingPerfCounters.cs
- ControlBuilderAttribute.cs
- MetadataItem_Static.cs
- HttpProtocolImporter.cs
- StringSorter.cs
- OrderingQueryOperator.cs
- SspiHelper.cs
- FullTrustAssembly.cs
- RijndaelManagedTransform.cs
- CodeMemberProperty.cs
- XmlSchemaSimpleContent.cs
- Thumb.cs
- BeginEvent.cs
- PersonalizationProviderCollection.cs
- ImageBrush.cs
- XmlSchemaNotation.cs
- StateManagedCollection.cs
- SafeLocalMemHandle.cs
- XmlElementAttributes.cs
- MetaChildrenColumn.cs
- PagerSettings.cs
- SafeBitVector32.cs
- IChannel.cs
- XmlDocumentType.cs
- PrivateFontCollection.cs
- SqlDuplicator.cs