AutomationPeer.GetPattern(PatternInterface) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した PatternInterface に関連付けられているコントロール パターンを取得します。
public:
virtual Platform::Object ^ GetPattern(PatternInterface patternInterface) = GetPattern;
IInspectable GetPattern(PatternInterface const& patternInterface);
public object GetPattern(PatternInterface patternInterface);
function getPattern(patternInterface)
Public Function GetPattern (patternInterface As PatternInterface) As Object
パラメーター
- patternInterface
- PatternInterface
PatternInterface 列挙体の値。
戻り値
パターン インターフェイスを実装する オブジェクト。ピアがこのインターフェイスをサポートしていない場合は null。