RepeatButtonAutomationPeer.GetPattern(PatternInterface) メソッド     
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この ContentElementAutomationPeer に関連付けられた ContentElement のコントロール パターンを取得します。
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 -> objPublic Overrides Function GetPattern (patternInterface As PatternInterface) As Objectパラメーター
- patternInterface
- PatternInterface
列挙体の値。
戻り値
              patternInterface が Invoke の場合は、このメソッドは RepeatButtonAutomationPeer の現在のインスタンスへの参照を返します。それ以外の場合は、null を返します。