Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / 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 : [....] 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
- precedingsibling.cs
- GatewayIPAddressInformationCollection.cs
- ProxyWebPart.cs
- ConvertersCollection.cs
- XmlParser.cs
- Label.cs
- PlatformCulture.cs
- Preprocessor.cs
- VirtualDirectoryMappingCollection.cs
- SafeRegistryHandle.cs
- DataGridToolTip.cs
- xml.cs
- InternalException.cs
- VirtualPathProvider.cs
- HttpHandlersSection.cs
- XmlSchemaType.cs
- dataprotectionpermissionattribute.cs
- DataViewListener.cs
- ManipulationStartedEventArgs.cs
- TextTreeUndo.cs
- XsdCachingReader.cs
- DialogResultConverter.cs
- CompilerInfo.cs
- UrlMappingsModule.cs
- PersistChildrenAttribute.cs
- NetworkStream.cs
- ContentPlaceHolder.cs
- ComboBoxAutomationPeer.cs
- LogArchiveSnapshot.cs
- AutoGeneratedFieldProperties.cs
- ButtonFlatAdapter.cs
- MethodCallTranslator.cs
- DbTransaction.cs
- HttpHandlersSection.cs
- Types.cs
- WebServiceErrorEvent.cs
- SiteMapNodeItem.cs
- WinEventHandler.cs
- BuildProvider.cs
- DtdParser.cs
- PageRequestManager.cs
- TextChangedEventArgs.cs
- ImageListUtils.cs
- Vector3D.cs
- OperandQuery.cs
- DatatypeImplementation.cs
- EntityDataSourceWizardForm.cs
- FontWeights.cs
- GridViewRowPresenter.cs
- CheckPair.cs
- MULTI_QI.cs
- DescendantQuery.cs
- WindowsStatic.cs
- DataColumnMappingCollection.cs
- DataControlImageButton.cs
- Translator.cs
- HeaderUtility.cs
- PnrpPeerResolverBindingElement.cs
- HelpInfo.cs
- TextLine.cs
- Decorator.cs
- ChannelReliableSession.cs
- DataGridViewCell.cs
- FormViewInsertedEventArgs.cs
- BindingSourceDesigner.cs
- HttpListener.cs
- StringInfo.cs
- OdbcConnectionFactory.cs
- ScrollViewer.cs
- XmlChildNodes.cs
- PermissionRequestEvidence.cs
- TransactionFlowElement.cs
- Stacktrace.cs
- GridViewDeleteEventArgs.cs
- MouseButtonEventArgs.cs
- CheckableControlBaseAdapter.cs
- PostBackOptions.cs
- IdentityModelDictionary.cs
- MetadataArtifactLoaderFile.cs
- SecurityListenerSettingsLifetimeManager.cs
- ConditionCollection.cs
- StylusDownEventArgs.cs
- ConfigXmlComment.cs
- TraceUtility.cs
- ClientConvert.cs
- SqlPersonalizationProvider.cs
- ContextStack.cs
- DbDeleteCommandTree.cs
- PageTheme.cs
- CounterSampleCalculator.cs
- ProxyWebPartConnectionCollection.cs
- IndentedWriter.cs
- OutputCacheSettings.cs
- RunClient.cs
- cryptoapiTransform.cs
- WindowsFormsSectionHandler.cs
- SafeCryptoHandles.cs
- ProcessStartInfo.cs
- FileSecurity.cs
- IssuanceLicense.cs