次の方法で共有


MenuItemAutomationPeer.GetPattern(PatternInterface) メソッド

定義

この MenuItemAutomationPeer に関連付けられた MenuItem のコントロール パターンを取得します。

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

列挙値の 1 つ。

戻り値

patternInterface がサポートされている値の場合は、コントロール パターンをサポートするオブジェクト。それ以外の場合は、null

注釈

次のいずれかのケースが発生した場合、このメソッドは現在 MenuItemAutomationPeer の オブジェクトを返します。

が とPatternInterface.SynchronizedInput等しい場合patternInterface、このメソッドは インターフェイスを実装する オブジェクトをISynchronizedInputProvider返します。

適用対象