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。