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 클래스의 필드를 사용하지 마세요. 대신 UIAutomationTypes.dll클래스에서 해당하는 필드를 사용합니다(예: AutomationElementIdentifiers.).

필드

Name Description
AnimationStyleAttribute

텍스트 범위의 AnimationStyle 특성을 식별합니다.

BackgroundColorAttribute

텍스트 범위의 BackgroundColor 특성을 식별합니다.

BulletStyleAttribute

텍스트 범위의 BulletStyle 특성을 식별합니다.

CapStyleAttribute

텍스트 범위의 CapStyle 특성을 식별합니다.

CultureAttribute

텍스트 범위의 Culture(CultureInfo) 특성을 하위 언어 수준(예: 프랑스어(fr) 대신 French-Switzerland(fr-CH)로 식별합니다.

FontNameAttribute

텍스트 범위의 FontName 특성을 식별합니다.

FontSizeAttribute

텍스트 범위의 FontSize 특성을 식별합니다.

FontWeightAttribute

텍스트 범위의 FontWeight 특성을 식별합니다.

ForegroundColorAttribute

텍스트 범위의 COLORREF(ForegroundColor) 특성을 식별합니다.

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) 특성을 식별합니다.

적용 대상

추가 정보