ItemAutomationPeer.GetPattern(PatternInterface) メソッド

定義

このオートメーション ピアに関連付けられている要素について、指定されたコントロール パターンをサポートするオブジェクトを返します。

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

コントロール パターンを指定する列挙値。

戻り値

Object

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

注釈

is PatternInterface.VirtualizedItem で、項目がビジュアル ツリーにない場合patternInterface、このメソッドはポインターをthis返します。 等しいPatternInterface.SynchronizedInput場合patternInterface、このメソッドはインターフェイスを実装するオブジェクトをISynchronizedInputProvider返します。

適用対象