Share via


UIElementAutomationPeer.GetPattern(PatternInterface) 方法

定義

取得與此 UIElementAutomationPeer 相關聯之 UIElement 的控制項模式。

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

此物件在 patternInterfaceSynchronizedInput 時會實作 ISynchronizedInputProvider 介面;否則為 null

適用於