DocumentAutomationPeer 클래스

정의

Document 컨트롤 형식을 UI 자동화에 공개합니다.

public ref class DocumentAutomationPeer : System::Windows::Automation::Peers::ContentTextAutomationPeer
public class DocumentAutomationPeer : System.Windows.Automation.Peers.ContentTextAutomationPeer
type DocumentAutomationPeer = class
    inherit ContentTextAutomationPeer
Public Class DocumentAutomationPeer
Inherits ContentTextAutomationPeer
상속

설명

DocumentAutomationPeer 문서를 나타내고 을 TextPattern지원합니다. 또는 FlowDocument 와 같은 FixedDocument 개체에는 이미지 및 하이퍼링크와 같은 포함된 개체가 포함될 수 있습니다. 처음에는 문서의 DocumentAutomationPeer.GetChildrenCore 자식 요소를 가져올 때 포함된 개체를 반환하지 않습니다. 포함된 요소를 가져오려면 에서 를 TextPatternRange 가져오고 를 TextPattern 호출 TextPatternRange.GetChildren합니다. 가 TextPatternRange.GetChildren 호출되면 에서 반환되는 TextPatternRange 의 모든 요소가 에 의해 DocumentAutomationPeer.GetChildrenCore반환됩니다.

참고

문서가 FlowDocument인 것을 알지 못하면 속성에서 TextPattern.DocumentRange 를 호출 GetChildren 하면 안 됩니다. 문서가 네트워크 위치에서 로드되는 경우 전체 문서에서 를 호출 GetChildren 하는 것은 리소스 집약적입니다. 대신 문서의 일부를 나타내는 를 반환 TextPatternRange 하는 의 TextPattern 메서드 중 하나를 사용해야 합니다.

생성자

DocumentAutomationPeer(FrameworkContentElement)

DocumentAutomationPeer 클래스의 새 인스턴스를 초기화합니다.

속성

Dispatcher

Dispatcher와 연결된 DispatcherObject를 가져옵니다.

(다음에서 상속됨 DispatcherObject)
EventsSource

AutomationPeer를 통해 제공되는 모든 이벤트에 대한 소스로 자동화 클라이언트에 보고되는 AutomationPeer를 가져오거나 설정합니다.

(다음에서 상속됨 AutomationPeer)
IsHwndHost

AutomationPeer 호스트와 연결된 요소가 WPF(Windows Presentation Foundation)에서 호스트 hwnds 되는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
Owner

ContentElement 와 연결된 ContentElementAutomationPeer의 컨트롤 형식을 가져옵니다.

(다음에서 상속됨 ContentElementAutomationPeer)

메서드

CheckAccess()

호출 스레드가 이 DispatcherObject에 액세스할 수 있는지 여부를 확인합니다.

(다음에서 상속됨 DispatcherObject)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetAcceleratorKey()

UI 자동화 피어와 연결된 요소의 액셀러레이터 키 조합을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetAcceleratorKeyCore()

ContentElementAutomationPeer와 연관된 요소의 액셀러레이터 키를 가져옵니다. GetAcceleratorKey()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
GetAccessKey()

자동화 피어와 연결된 요소의 선택키를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetAccessKeyCore()

ContentElementAutomationPeer와 연결된 ContentElement의 선택키를 가져옵니다. GetAccessKey()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
GetAutomationControlType()

UI 자동화 피어와 연결된 요소의 컨트롤 형식을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetAutomationControlTypeCore()

DocumentAutomationPeer와 연결된 컨트롤의 컨트롤 형식을 가져옵니다. 이 메서드는 GetAutomationControlType()에 의해 호출됩니다.

GetAutomationId()

자동화 피어에 연결된 요소의 AutomationId를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetAutomationIdCore()

ContentElementAutomationPeer와 연결된 FrameworkContentElement를 고유하게 식별하는 문자열을 가져옵니다. 이 메서드는 GetAutomationId()에 의해 호출됩니다.

(다음에서 상속됨 FrameworkContentElementAutomationPeer)
GetBoundingRectangle()

자동화 피어에 연결된 요소의 화면 좌표를 나타내는 Rect를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetBoundingRectangleCore()

Rect에 연결된 요소의 화면 좌표를 나타내는 DocumentAutomationPeer를 가져옵니다. 이 메서드는 GetBoundingRectangle()에 의해 호출됩니다.

GetChildren()

UI 자동화 트리에서 자동화 피어의 직계 자식 요소로 나타나는 GetChildren() 요소의 컬렉션을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetChildrenCore()

FrameworkContentElement에 연결된 DocumentAutomationPeer의 자식 요소 컬렉션을 가져옵니다. 이 메서드는 GetChildren()에 의해 호출됩니다.

GetClassName()

AutomationControlType가 나타내는 컨트롤을 식별하기 위해 AutomationPeer과 함께 사용되는 이름을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetClassNameCore()

DocumentAutomationPeer와 연결된 FrameworkContentElement의 이름을 가져옵니다. 이 메서드는 GetClassName()에 의해 호출됩니다.

GetClickablePoint()

마우스 클릭에 응답하는 자동화 피어에 연결된 요소의 Point를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetClickablePointCore()

ContentElementAutomationPeer와 연결된 FrameworkContentElement의 클릭 가능한 공간을 나타내는 Point를 가져옵니다. 이 메서드는 GetClickablePoint()에 의해 호출됩니다.

GetControlledPeers()

AutomationPeer에 의해 영향을 받았거나 제어되는 요소 목록으로 UI Automation을 제공합니다.

(다음에서 상속됨 AutomationPeer)
GetControlledPeersCore()

파생된 클래스에서 재정의되는 경우 이 AutomationPeer에 의해 영향을 받았거나 제어되는 요소 목록으로 UI Automation을 제공합니다.

(다음에서 상속됨 AutomationPeer)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetHeadingLevel()

Document 컨트롤 형식을 UI 자동화에 공개합니다.

(다음에서 상속됨 AutomationPeer)
GetHeadingLevelCore()

Document 컨트롤 형식을 UI 자동화에 공개합니다.

(다음에서 상속됨 ContentElementAutomationPeer)
GetHelpText()

자동화 피어에 연결된 컨트롤의 기능을 설명하는 텍스트를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetHelpTextCore()

ContentElementAutomationPeer와 연결된 FrameworkContentElement의 기능을 설명하는 문자열을 가져옵니다. 이 메서드는 GetHelpText()에 의해 호출됩니다.

(다음에서 상속됨 FrameworkContentElementAutomationPeer)
GetHostRawElementProviderCore()

UI 자동화 트리에서 WPF(Windows Presentation Foundation) 요소가 호스트하는 을 배치 hwnd 할 위치를 UI 자동화에 지시합니다.

(다음에서 상속됨 AutomationPeer)
GetItemStatus()

이 자동화 피어에 연결된 요소의 표시 상태를 나타내는 텍스트를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetItemStatusCore()

ContentElementAutomationPeer와 연결된 ContentElement의 시각적 상태 전달하는 문자열을 가져옵니다. GetItemStatus()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
GetItemType()

개체가 나타내는 항목의 종류를 설명하는 문자열을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetItemTypeCore()

ContentElementAutomationPeer와 연결된 ContentElement가 나타내는 항목의 형식을 포함하는 사람이 읽을 수 있는 문자열을 가져옵니다. GetItemType()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
GetLabeledBy()

요소를 대상으로 하는 LabelAutomationPeer를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetLabeledByCore()

FrameworkContentElementAutomationPeer와 연결된 FrameworkContentElement를 대상으로 하는 Label에 대한 LabelAutomationPeer를 가져옵니다. 이 메서드는 GetLabeledBy()에 의해 호출됩니다.

(다음에서 상속됨 FrameworkContentElementAutomationPeer)
GetLiveSetting()

이 자동화 피어와 연결된 라이브 영역의 알림 특성을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetLiveSettingCore()

ContentElementAutomationPeer와 연결된 ContentElement의 라이브 영역의 알림 특성을 가져옵니다. GetLiveSetting()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
GetLocalizedControlType()

이 자동화 피어와 연결된 컨트롤의 AutomationControlType 값을 나타내는 사람이 인식할 수 있는 지역화된 문자열을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetLocalizedControlTypeCore()

파생 클래스에서 재정의된 경우 GetLocalizedControlType()에서 호출됩니다.

(다음에서 상속됨 AutomationPeer)
GetName()

이 자동화 피어에 연결된 요소를 설명하는 텍스트를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetNameCore()

ContentElementAutomationPeer와 연결된 ContentElement의 텍스트 레이블을 가져옵니다. GetName()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
GetOrientation()

명시적 컨트롤 방향을 나타내는 값이 있을 경우 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetOrientationCore()

ContentElement 와 연결된 ContentElementAutomationPeer 가 특정 방향으로 배치되는지 여부를 나타내는 값을 가져옵니다. GetOrientation()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
GetParent()

AutomationPeer의 부모인 AutomationPeer를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetPattern(PatternInterface)

DocumentAutomationPeer와 연결된 FrameworkContentElement의 컨트롤 패턴을 가져옵니다.

GetPeerFromPoint(Point)

지정된 점에서 AutomationPeer를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
GetPeerFromPointCore(Point)

파생 클래스에서 재정의하는 경우 GetPeerFromPoint(Point)에서 호출됩니다.

(다음에서 상속됨 AutomationPeer)
GetPositionInSet()

PositionInSet 속성의 값을 가져오려고 시도합니다.

(다음에서 상속됨 AutomationPeer)
GetPositionInSetCore()

PositionInSetProperty 연결된 속성의 PositionInSet 값을 읽고 반환합니다.

(다음에서 상속됨 ContentElementAutomationPeer)
GetSizeOfSet()

SizeOfSet 속성의 값을 가져오려고 시도합니다.

(다음에서 상속됨 AutomationPeer)
GetSizeOfSetCore()

SizeOfSetProperty 연결된 속성의 SizeOfSet 값을 읽고 반환합니다.

(다음에서 상속됨 ContentElementAutomationPeer)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
HasKeyboardFocus()

이 자동화 피어에 연결된 요소에 현재 키보드 포커스가 있는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
HasKeyboardFocusCore()

ContentElementAutomationPeer와 연결된 ContentElement에 현재 키보드 입력 포커스가 있는지 여부를 나타내는 값을 가져옵니다. HasKeyboardFocus()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
InvalidatePeer()

AutomationPeer의 기본 속성에 대해 다시 계산을 트리거하고 속성이 변경된 경우 자동화 클라이언트에 PropertyChanged 알림을 발생시킵니다.

(다음에서 상속됨 AutomationPeer)
IsContentElement()

이 자동화 피어와 연결된 요소가 사용자에게 제공된 데이터를 포함하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
IsContentElementCore()

ContentElement 와 연결된 ContentElementAutomationPeer 가 사용자에게 제공된 데이터를 포함하는 요소인지 여부를 나타내는 값을 가져옵니다. IsContentElement()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
IsControlElement()

사용자가 요소를 대화형으로 이해하는지 아니면 GUI에서 컨트롤의 논리적 구조에 기여하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
IsControlElementCore()

DocumentAutomationPeer 와 연결된 가 최종 사용자가 대화형으로 인식되는지 또는 사용자가 GUI에서 컨트롤의 논리적 구조에 기여하는 것으로 이해할 FrameworkContentElement 수 있는지 여부를 FrameworkContentElement 나타내는 값을 가져오거나 설정합니다. 이 메서드는 IsControlElement()에 의해 호출됩니다.

IsDialog()

Document 컨트롤 형식을 UI 자동화에 공개합니다.

(다음에서 상속됨 AutomationPeer)
IsDialogCore()

Document 컨트롤 형식을 UI 자동화에 공개합니다.

(다음에서 상속됨 ContentElementAutomationPeer)
IsEnabled()

이 자동화 피어에 연결된 요소가 상호 작용을 지원하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
IsEnabledCore()

이 자동화 피어가 연결된 요소에 대한 이벤트를 주고받을 수 있는지 여부를 나타내는 값을 가져옵니다. IsEnabled()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
IsKeyboardFocusable()

요소가 키보드 포커스를 받을 수 있는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
IsKeyboardFocusableCore()

ContentElementAutomationPeer와 연결된 ContentElement가 키보드 포커스 허용할 수 있는지 여부를 나타내는 값을 가져옵니다. IsKeyboardFocusable()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
IsOffscreen()

요소가 화면에서 벗어났는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
IsOffscreenCore()

FrameworkContentElement에 연결된 DocumentAutomationPeer가 화면에서 벗어났는지 여부를 나타내는 값을 가져옵니다. 이 메서드는 IsOffscreen()에 의해 호출됩니다.

IsPassword()

요소에 중요한 콘텐츠가 들어 있는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
IsPasswordCore()

ContentElement 와 연결된 ContentElementAutomationPeer 에 보호된 콘텐츠가 들어 있는지 여부를 나타내는 값을 가져옵니다. IsPassword()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
IsRequiredForForm()

폼에서 이 피어에 연결된 요소를 채워야 하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AutomationPeer)
IsRequiredForFormCore()

ContentElementAutomationPeer와 연결된 ContentElement를 양식에 채워야 하는지 여부를 나타내는 값을 가져옵니다. IsRequiredForForm()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
PeerFromProvider(IRawElementProviderSimple)

지정된 AutomationPeer 프록시의 IRawElementProviderSimple를 가져옵니다.

(다음에서 상속됨 AutomationPeer)
ProviderFromPeer(AutomationPeer)

지정된 IRawElementProviderSimple에 대한 AutomationPeer를 가져옵니다

(다음에서 상속됨 AutomationPeer)
RaiseActiveTextPositionChangedEvent(TextPointer, TextPointer)

Document 컨트롤 형식을 UI 자동화에 공개합니다.

(다음에서 상속됨 ContentTextAutomationPeer)
RaiseAsyncContentLoadedEvent(AsyncContentLoadedEventArgs)

AutomationPeer에서 AsyncContentLoadedEvent 이벤트를 발생시키기 위해 호출합니다.

(다음에서 상속됨 AutomationPeer)
RaiseAutomationEvent(AutomationEvents)

자동화 이벤트를 발생시킵니다.

(다음에서 상속됨 AutomationPeer)
RaiseNotificationEvent(AutomationNotificationKind, AutomationNotificationProcessing, String, String)

Document 컨트롤 형식을 UI 자동화에 공개합니다.

(다음에서 상속됨 AutomationPeer)
RaisePropertyChangedEvent(AutomationProperty, Object, Object)

자동화 클라이언트에 변경된 속성 값을 알리는 이벤트를 발생시킵니다.

(다음에서 상속됨 AutomationPeer)
ResetChildrenCache()

GetChildrenCore()를 호출하여 자식 요소의 트리를 동기적으로 다시 설정합니다.

(다음에서 상속됨 AutomationPeer)
SetFocus()

이 자동화 피어에 연결된 요소에 키보드 포커스를 설정합니다.

(다음에서 상속됨 AutomationPeer)
SetFocusCore()

ContentElementAutomationPeer와 연결된 ContentElement에서 키보드 입력 포커스를 설정합니다. SetFocus()에 의해 호출됩니다.

(다음에서 상속됨 ContentElementAutomationPeer)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
VerifyAccess()

호출 스레드에서 이 DispatcherObject에 액세스할 수 있는지 확인합니다.

(다음에서 상속됨 DispatcherObject)

적용 대상

추가 정보