Share via


CoreAutomationRemoteOperationContext Class

Definition

Provides the ability for a ICoreAutomationRemoteOperationExtensionProvider object to read and write operands.

public ref class CoreAutomationRemoteOperationContext sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.UIAutomation.UIAutomationContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreAutomationRemoteOperationContext final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.UIAutomation.UIAutomationContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreAutomationRemoteOperationContext
Public NotInheritable Class CoreAutomationRemoteOperationContext
Inheritance
Object Platform::Object IInspectable CoreAutomationRemoteOperationContext
Attributes

Windows requirements

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

Methods

GetOperand(AutomationRemoteOperationOperandId)

Retrieves an operand value for a ICoreAutomationRemoteOperationExtensionProvider extension call.

SetOperand(AutomationRemoteOperationOperandId, Object)

Sets an operand value for a ICoreAutomationRemoteOperationExtensionProvider extension call.

SetOperand(AutomationRemoteOperationOperandId, Object, Guid)

Sets an operand value for a ICoreAutomationRemoteOperationExtensionProvider extension call.

Applies to

See also