Share via


ICoreAutomationRemoteOperationExtensionProvider Interface

Definition

Provides support for implementing one or more pattern extensions for a UI Automation provider.

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
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.UI.UIAutomation.UIAutomationContract (introduced in v2.0)

Methods

CallExtension(Guid, CoreAutomationRemoteOperationContext, AutomationRemoteOperationOperandId[])

Implemented by a UI Automation (UIA) provider to inform the remote operation user which extension IDs this method supports.

IsExtensionSupported(Guid)

Implemented by a UIA provider to retrieve a value that indicates whether a pattern extension is supported by a UI Automation provider.

Applies to