UIElement3DAutomationPeer.GetPattern(PatternInterface) 메서드

정의

UIElement3DAutomationPeer와 연결된 UIElement3D의 컨트롤 패턴을 반환합니다.

public:
 override System::Object ^ GetPattern(System::Windows::Automation::Peers::PatternInterface patternInterface);
public override object GetPattern (System.Windows.Automation.Peers.PatternInterface patternInterface);
override this.GetPattern : System.Windows.Automation.Peers.PatternInterface -> obj
Public Overrides Function GetPattern (patternInterface As PatternInterface) As Object

매개 변수

patternInterface
PatternInterface

열거형 값 중 하나입니다.

반환

patternInterfaceSynchronizedInput이면 ISynchronizedInputProvider 인터페이스를 구현하는 개체이고, 그렇지 않으면 null입니다.

설명

재정의 된 GetPattern 에 적용 되는 컨트롤 패턴을 반환 하는 방법에 UIElement3D입니다. 자세한 내용은 UI Automation Control Patterns Overview을 참조하세요.

UIElement3DAutomationPeer .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상