TextPatternIdentifiers クラス

定義

ITextProviderの識別子として使用される値を格納します。

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

注釈

TextPattern は、編集コントロールやドキュメントなどのオブジェクトのテキスト コンテンツの詳細情報を公開します。

UI オートメーションプロバイダーは、部分信頼環境で動作できるように記述する必要があります。 UIAutomationClient.dll は完全信頼用に構成されていないため、プロバイダー コードはそのアセンブリを参照しないでください。 その場合、コードは完全信頼環境で実行される可能性がありますが、部分信頼環境では失敗します。

特に、 AutomationElementのフィールドなど、UIAutomationClient.dll のクラスのフィールドは使用しないでください。 代わりに、 AutomationElementIdentifiersなど、UIAutomationTypes.dllのクラスの同等のフィールドを使用します。

フィールド

名前 説明
AnimationStyleAttribute

テキスト範囲の AnimationStyle 属性を識別します。

BackgroundColorAttribute

テキスト範囲の BackgroundColor 属性を識別します。

BulletStyleAttribute

テキスト範囲の BulletStyle 属性を識別します。

CapStyleAttribute

テキスト範囲の CapStyle 属性を識別します。

CultureAttribute

テキスト範囲の Culture (CultureInfo) 属性を、フランス語 (fr) ではなく French-Switzerland (fr-CH) など、サブ言語レベルまで識別します。

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

リッチ エディット コントロールのテキスト範囲で、特定の属性の値が異なるかどうかを識別します。

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) 属性を識別します。

適用対象

こちらもご覧ください