次の方法で共有


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

列挙値の 1 つ。

戻り値

patternValue または ExpandCollapse の場合、このメソッドは ComboBoxAutomationPeer の現在のインスタンスへの参照を返します。それ以外の場合、このメソッドは SelectorAutomationPeer の基本実装を呼び出します。

適用対象