MenuItemAutomationPeer.GetPattern(PatternInterface) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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
PatternInterface.ExpandCollapseは と等しく、MenuItemこれにMenuItemAutomationPeer関連付けられている には子MenuItemオブジェクトがあります。patternInterface
PatternInterface.Invoke MenuItemは と等しく、これにMenuItemAutomationPeer関連付けられている には子MenuItemオブジェクトがありません。patternInterface
は とPatternInterface.ToggleMenuItem等しく、これにMenuItemAutomationPeer関連付けられている には、チェック可能なプロパティが にtrue
設定されています。
が とPatternInterface.SynchronizedInput等しい場合patternInterface
、このメソッドは インターフェイスを実装する オブジェクトをISynchronizedInputProvider返します。
適用対象
.NET