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。

适用于