CoreAutomationRemoteOperationContext.SetOperand Method

Definition

Overloads

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.

SetOperand(AutomationRemoteOperationOperandId, Object)

Sets an operand value for a ICoreAutomationRemoteOperationExtensionProvider extension call.

public:
 virtual void SetOperand(AutomationRemoteOperationOperandId id, Platform::Object ^ operand) = SetOperand;
/// [Windows.Foundation.Metadata.Overload("SetOperand")]
void SetOperand(AutomationRemoteOperationOperandId const& id, IInspectable const& operand);
[Windows.Foundation.Metadata.Overload("SetOperand")]
public void SetOperand(AutomationRemoteOperationOperandId id, object operand);
function setOperand(id, operand)
Public Sub SetOperand (id As AutomationRemoteOperationOperandId, operand As Object)

Parameters

id
AutomationRemoteOperationOperandId

The ID of the operand.

operand
Object

Platform::Object

IInspectable

The operand value.

Attributes

See also

Applies to

SetOperand(AutomationRemoteOperationOperandId, Object, Guid)

Sets an operand value for a ICoreAutomationRemoteOperationExtensionProvider extension call.

public:
 virtual void SetOperand(AutomationRemoteOperationOperandId id, Platform::Object ^ operand, Platform::Guid operandInterfaceId) = SetOperand;
/// [Windows.Foundation.Metadata.Overload("SetOperand2")]
void SetOperand(AutomationRemoteOperationOperandId const& id, IInspectable const& operand, winrt::guid const& operandInterfaceId);
[Windows.Foundation.Metadata.Overload("SetOperand2")]
public void SetOperand(AutomationRemoteOperationOperandId id, object operand, Guid operandInterfaceId);
function setOperand(id, operand, operandInterfaceId)
Public Sub SetOperand (id As AutomationRemoteOperationOperandId, operand As Object, operandInterfaceId As Guid)

Parameters

id
AutomationRemoteOperationOperandId

The ID of the operand.

operand
Object

Platform::Object

IInspectable

The operand value.

operandInterfaceId
Guid

Platform::Guid

winrt::guid

The interface identifier of the operand.

Attributes

See also

Applies to