TextPatternIdentifiers 类

定义

包含用作 ITextProvider 的标识符的值。

public ref class TextPatternIdentifiers abstract sealed
public static class TextPatternIdentifiers
type TextPatternIdentifiers = class
Public Class TextPatternIdentifiers
继承
TextPatternIdentifiers

注解

TextPattern 公开对象(如编辑控件和文档)的文本内容的详细信息。

应编写UI 自动化提供程序,以便它们可以在部分信任环境中工作。 由于UIAutomationClient.dll未配置为完全信任,因此提供程序代码不应引用该程序集。 如果情况如此,则代码可以在完全信任环境中运行,但无法在部分信任环境中运行。

特别是,不要使用 UIAutomationClient.dll 中类的字段,例如 AutomationElement中的字段。 请改用 UIAutomationTypes.dll 中类的等效字段,如 AutomationElementIdentifiers

字段

AnimationStyleAttribute

标识文本范围的 AnimationStyle 特性。

BackgroundColorAttribute

标识文本范围的 BackgroundColor 属性。

BulletStyleAttribute

标识文本范围的 BulletStyle 特性。

CapStyleAttribute

标识文本范围的 CapStyle 特性。

CultureAttribute

标识细化到子语言级别的文本范围的 Culture (CultureInfo) 特性;例如,瑞士法语 (fr-CH),而不是法语 (fr)。

FontNameAttribute

标识文本范围的 FontName 特性。

FontSizeAttribute

标识文本范围的 FontSize 特性。

FontWeightAttribute

标识文本范围的 FontWeight 特性。

ForegroundColorAttribute

标识文本范围的 ForegroundColor (COLORREF) 属性。

HorizontalTextAlignmentAttribute

标识文本范围的 HorizontalTextAlignment 特性。

IndentationFirstLineAttribute

标识文本范围的 IndentationFirstLine (TextIndent) 特性。

IndentationLeadingAttribute

标识文本范围的 IndentationLeading (TextIndent) 特性。

IndentationTrailingAttribute

标识文本范围的 IndentationTrailing (TextIndent) 特性。

IsHiddenAttribute

标识文本范围的 IsHidden 特性。

IsItalicAttribute

标识文本范围的 IsItalic (FontStyle) 特性。

IsReadOnlyAttribute

标识文本范围的 IsReadOnly 特性。

IsSubscriptAttribute

标识文本范围的 IsSubscript (FontVariants) 特性。

IsSuperscriptAttribute

标识文本范围的 IsSuperscript (FontVariants) 特性。

MarginBottomAttribute

标识文本范围的 MarginBottom (PageSettings) 特性。

MarginLeadingAttribute

标识文本范围的 MarginLeading (PageSettings) 特性。

MarginTopAttribute

标识文本范围的 MarginTop (PageSettings) 特性。

MarginTrailingAttribute

标识文本范围的 MarginTrailing (PageSettings) 特性。

MixedAttributeValue

标识给定特性的值是否在 Rich Edit 控件中的某个文本范围内发生变化。

OutlineStylesAttribute

标识文本范围的 OutlineStyles (OutlineStyles) 特性。

OverlineColorAttribute

标识文本范围的 OverlineColor 特性。

OverlineStyleAttribute

标识文本范围的 OverlineStyle (TextDecorationLineStyle) 特性。

Pattern

标识 TextPattern 模式。

StrikethroughColorAttribute

标识文本范围的 StrikethroughColor 特性。

StrikethroughStyleAttribute

标识文本范围的 StrikethroughStyle (TextDecorationLineStyle) 特性。

TabsAttribute

标识文本范围的 Tabs 特性。

TextChangedEvent

标识每当修改文本内容时引发的事件。

TextFlowDirectionsAttribute

标识文本范围的 TextFlowDirections (FlowDirections) 特性。

TextSelectionChangedEvent

标识每当修改文本选择时引发的事件。

UnderlineColorAttribute

标识文本范围的 UnderlineColor 特性。

UnderlineStyleAttribute

标识文本范围的 UnderlineStyle (TextDecorationLineStyle) 特性。

适用于

另请参阅