バージョン

GetPattern メソッド (FrameworkElementAutomationPeerBase)

指定した PatternInterface に関連付けられているコントロール パターンを取得します。
シンタックス
'宣言
 
Public Overrides NotOverridable Function GetPattern( _
   ByVal patternInterface As PatternInterface _
) As Object
public override object GetPattern( 
   PatternInterface patternInterface
)

パラメータ

patternInterface
要求されるパターン

戻り値の型

パターンを実装するオブジェクト。要素はパターンをサポートしない場合に null 値。
参照