UIElement3DAutomationPeer.GetPattern(PatternInterface) メソッド

定義

この UIElement3DAutomationPeer に関連付けられた UIElement3D のコントロール パターンを返します。

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 つ。

戻り値

patternInterfaceSynchronizedInput の場合に ISynchronizedInputProvider インターフェイスを実装するオブジェクト。それ以外の場合は、null

注釈

メソッドを GetPattern オーバーライドして、 に適用されるコントロール パターンを UIElement3D返します。 詳細については、「 UI Automation Control Patterns Overview」を参照してください。

UIElement3DAutomationPeerは、.NET Framework バージョン 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象