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

텍스트 범위의 문화권(CultureInfo) 특성을 하위 언어 수준까지 식별합니다(예: fr(프랑스어) 대신 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

지정된 특성 값이 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) 특성을 식별합니다.

적용 대상

추가 정보