TextBoxAutomationPeer.GetPattern(PatternInterface) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與此 TextBoxAutomationPeer 相關聯之 TextBox 的控制項模式。
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
列舉中的值。
傳回
如果 patternInterface
是支援的值,則為支援控制項模式的物件,否則為 null
。
備註
下表描述 GetPattern 方法根據 的值 patternInterface
所傳回的內容:
patternInterface 的值 |
傳回值 |
---|---|
Value | 目前 實例的 TextBoxAutomationPeer 參考。 |
Scroll | 這個 ScrollViewerAutomationPeer 的 TextBoxAutomationPeer。 |
Text | 實作 ITextProvider 介面的物件。 |
SynchronizedInput | 實作 ISynchronizedInputProvider 介面的物件。 |