TextPatternIdentifiers クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 |
フランス語 (fr) ではなくフランス語 (スイス) (fr-CH) など、サブ言語レベルまでのテキスト範囲の Culture (CultureInfo) 属性を識別します。 |
FontNameAttribute |
テキスト範囲の |
FontSizeAttribute |
テキスト範囲の |
FontWeightAttribute |
テキスト範囲の |
ForegroundColorAttribute |
テキスト範囲の ForegroundColor (COLORREF) 属性を識別します。 |
HorizontalTextAlignmentAttribute |
テキスト範囲の HorizontalTextAlignment 属性を識別します。 |
IndentationFirstLineAttribute |
テキスト範囲の |
IndentationLeadingAttribute |
テキスト範囲の |
IndentationTrailingAttribute |
テキスト範囲の |
IsHiddenAttribute |
テキスト範囲の |
IsItalicAttribute |
テキスト範囲の |
IsReadOnlyAttribute |
テキスト範囲の |
IsSubscriptAttribute |
テキスト範囲の |
IsSuperscriptAttribute |
テキスト範囲の |
MarginBottomAttribute |
テキスト範囲の |
MarginLeadingAttribute |
テキスト範囲の |
MarginTopAttribute |
テキスト範囲の |
MarginTrailingAttribute |
テキスト範囲の |
MixedAttributeValue |
指定した属性の値が、リッチ エディット コントロールのテキスト範囲内で異なるかどうかを識別します。 |
OutlineStylesAttribute |
テキスト範囲の |
OverlineColorAttribute |
テキスト範囲の |
OverlineStyleAttribute |
テキスト範囲の |
Pattern |
TextPattern パターンを識別します。 |
StrikethroughColorAttribute |
テキスト範囲の |
StrikethroughStyleAttribute |
テキスト範囲の |
TabsAttribute |
テキスト範囲の |
TextChangedEvent |
テキスト コンテンツが変更されるたびに発生するイベントを識別します。 |
TextFlowDirectionsAttribute |
テキスト範囲の |
TextSelectionChangedEvent |
テキストの選択が変更されるたびに発生するイベントを識別します。 |
UnderlineColorAttribute |
テキスト範囲の |
UnderlineStyleAttribute |
テキスト範囲の |
適用対象
こちらもご覧ください
.NET