AutomationPeer.GetPattern(PatternInterface) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされると、指定された PatternInterface に関連付けられているコントロール パターンを取得します。
public:
abstract System::Object ^ GetPattern(System::Windows::Automation::Peers::PatternInterface patternInterface);
public abstract object GetPattern (System.Windows.Automation.Peers.PatternInterface patternInterface);
abstract member GetPattern : System.Windows.Automation.Peers.PatternInterface -> obj
Public MustOverride Function GetPattern (patternInterface As PatternInterface) As Object
パラメーター
- patternInterface
- PatternInterface
PatternInterface 列挙体の値。
戻り値
パターン インターフェイスを実装するオブジェクト。このピアがこのインターフェイスをサポートしない場合は null
。