バージョン

GetPattern メソッド (XamDockAutomationPeer)

使用できるユーザー操作のタイプを要求すると、フレームワークの起動をオーバーライドします。
シンタックス
'宣言
 
Public Overrides Function GetPattern( _
   ByVal patternInterface As PatternInterface _
) As Object
public override object GetPattern( 
   PatternInterface patternInterface
)

パラメータ

patternInterface
これは要求されたユーザー操作のタイプです。

戻り値の型

このパターンをハンドルできるオブジェクト。オブジェクトがない場合、null です。
参照