DateTimeAutomationPeer.GetPattern(PatternInterface) 메서드

정의

DateTimeAutomationPeer의 컨트롤 패턴 구현을 가져옵니다.

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

검색할 요소에서 구현한 패턴의 형식입니다.

반환

Object

패턴 인터페이스를 구현하는 개체이거나, 지정된 패턴 인터페이스가 이 피어에 의해 구현되지 않는 경우 null입니다.

적용 대상