AutomationPeer.GetPattern(PatternInterface) メソッド

定義

指定した 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 列挙体の値。

戻り値

Object

Platform::Object

IInspectable

パターン インターフェイスを実装する オブジェクト。ピアがこのインターフェイスをサポートしていない場合は null。

適用対象