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
- DateRangeEvent.cs
- BrowsableAttribute.cs
- AttachmentCollection.cs
- ArraySet.cs
- KnownBoxes.cs
- HMACSHA384.cs
- Listen.cs
- CodeCastExpression.cs
- SqlComparer.cs
- ChannelBinding.cs
- SmtpTransport.cs
- ProfileManager.cs
- CodeStatement.cs
- SystemIPGlobalProperties.cs
- SQLDecimal.cs
- AuthorizationRule.cs
- DelegatingConfigHost.cs
- WorkflowRuntimeServicesBehavior.cs
- EventEntry.cs
- EntityModelBuildProvider.cs
- Stack.cs
- ConsumerConnectionPoint.cs
- TitleStyle.cs
- HtmlHead.cs
- AutomationIdentifier.cs
- CellParaClient.cs
- TextChange.cs
- ProfileSettingsCollection.cs
- RoleGroupCollection.cs
- AmbiguousMatchException.cs
- QueryExtender.cs
- ACL.cs
- QilChoice.cs
- ZipIOModeEnforcingStream.cs
- ComponentDispatcherThread.cs
- InProcStateClientManager.cs
- ResolveNameEventArgs.cs
- BackEase.cs
- StaticExtension.cs
- DefaultClaimSet.cs
- MapPathBasedVirtualPathProvider.cs
- TextServicesPropertyRanges.cs
- ToolStripDesignerAvailabilityAttribute.cs
- MetadataArtifactLoaderCompositeFile.cs
- ResourceCodeDomSerializer.cs
- Renderer.cs
- AdCreatedEventArgs.cs
- HtmlToClrEventProxy.cs
- EpmSyndicationContentSerializer.cs
- ListControlConvertEventArgs.cs
- oledbconnectionstring.cs
- ObjectDataSourceView.cs
- PartitionResolver.cs
- Update.cs
- TextStore.cs
- IndentedWriter.cs
- ButtonChrome.cs
- NullReferenceException.cs
- Manipulation.cs
- BaseProcessor.cs
- ContractMethodInfo.cs
- DynamicPropertyReader.cs
- RemoteWebConfigurationHostServer.cs
- TextRenderingModeValidation.cs
- CompilerErrorCollection.cs
- InputLanguageProfileNotifySink.cs
- ExplicitDiscriminatorMap.cs
- AssemblyBuilder.cs
- HeaderElement.cs
- DataGridAddNewRow.cs
- CheckBoxField.cs
- DbConnectionInternal.cs
- RepeatInfo.cs
- MailWebEventProvider.cs
- VectorConverter.cs
- WmiEventSink.cs
- ConnectionInterfaceCollection.cs
- DbParameterCollectionHelper.cs
- _TransmitFileOverlappedAsyncResult.cs
- VoiceObjectToken.cs
- AutomationPropertyInfo.cs
- TargetControlTypeAttribute.cs
- SafeNativeMemoryHandle.cs
- sqlcontext.cs
- ProjectionAnalyzer.cs
- keycontainerpermission.cs
- VirtualDirectoryMappingCollection.cs
- RenderData.cs
- VisualProxy.cs
- WebPartEditorCancelVerb.cs
- XsltQilFactory.cs
- TransformPattern.cs
- WebChannelFactory.cs
- SymDocumentType.cs
- Control.cs
- WinEventHandler.cs
- FrameSecurityDescriptor.cs
- ToolStripProgressBar.cs
- CompressEmulationStream.cs
- PowerModeChangedEventArgs.cs