ICoreAutomationRemoteOperationExtensionProvider 接口

定义

提供对实现 UI 自动化提供程序的一个或多个模式扩展的支持。

public interface class ICoreAutomationRemoteOperationExtensionProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.UIAutomation.UIAutomationContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(2297773671, 56425, 21819, 160, 170, 112, 71, 126, 114, 77, 168)]
struct ICoreAutomationRemoteOperationExtensionProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.UIAutomation.UIAutomationContract), 131072)]
[Windows.Foundation.Metadata.Guid(2297773671, 56425, 21819, 160, 170, 112, 71, 126, 114, 77, 168)]
public interface ICoreAutomationRemoteOperationExtensionProvider
Public Interface ICoreAutomationRemoteOperationExtensionProvider
属性

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.UI.UIAutomation.UIAutomationContract (在 v2.0 中引入)

方法

CallExtension(Guid, CoreAutomationRemoteOperationContext, AutomationRemoteOperationOperandId[])

由 UI 自动化 (UIA) 提供程序实现,以通知远程操作用户此方法支持的扩展 ID。

IsExtensionSupported(Guid)

由 UIA 提供程序实现,用于检索指示 UI 自动化提供程序是否支持模式扩展的值。

适用于