Share via


GridSplitterAutomationPeer.GetPattern(PatternInterface) メソッド

定義

GridSplitterAutomationPeer のコントロール パターンを取得します。 このメソッドは GetClassName() によって呼び出されます。

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

列挙体の値。

戻り値

patternInterfaceTransform の場合、このメソッドは this ポインターを返します。それ以外の場合、このメソッドは null を返します。

適用対象