ExpanderAutomationPeer.GetPattern(PatternInterface) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與此 ExpanderAutomationPeer 相關聯之 Expander 的控制項模式。
public:
override System::Object ^ GetPattern(System::Windows::Automation::Peers::PatternInterface pattern);
public override object GetPattern (System.Windows.Automation.Peers.PatternInterface pattern);
override this.GetPattern : System.Windows.Automation.Peers.PatternInterface -> obj
Public Overrides Function GetPattern (pattern As PatternInterface) As Object
參數
- pattern
- PatternInterface
其中一個列舉值。
傳回
如果 pattern
是 ExpandCollapse,這個方法會傳回目前 ExpanderAutomationPeer 執行個體的參考;否則這個方法會在傳回 null
的 UIElementAutomationPeer 上呼叫基底實作。