CoreAutomationRemoteOperationContext.SetOperand 方法

定义

重载

SetOperand(AutomationRemoteOperationOperandId, Object)

设置 ICoreAutomationRemoteOperationExtensionProvider 扩展调用的操作数值。

SetOperand(AutomationRemoteOperationOperandId, Object, Guid)

设置 ICoreAutomationRemoteOperationExtensionProvider 扩展调用的操作数值。

SetOperand(AutomationRemoteOperationOperandId, Object)

设置 ICoreAutomationRemoteOperationExtensionProvider 扩展调用的操作数值。

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)

参数

id
AutomationRemoteOperationOperandId

操作数的 ID。

operand
Object

Platform::Object

IInspectable

操作数值。

属性

另请参阅

适用于

SetOperand(AutomationRemoteOperationOperandId, Object, Guid)

设置 ICoreAutomationRemoteOperationExtensionProvider 扩展调用的操作数值。

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)

参数

id
AutomationRemoteOperationOperandId

操作数的 ID。

operand
Object

Platform::Object

IInspectable

操作数值。

operandInterfaceId
Guid

Platform::Guid

winrt::guid

操作数的接口标识符。

属性

另请参阅

适用于