共用方式為


ComboBoxAutomationPeer.GetPattern(PatternInterface) 方法

定義

取得這個 ComboBoxAutomationPeer 的控制項模式。

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

其中一個列舉值。

傳回

如果 patternValueExpandCollapse,這個方法會傳回目前 ComboBoxAutomationPeer 執行個體的參考;否則這個方法會在 SelectorAutomationPeer 上呼叫基底實作。

適用於