CoreAutomationRemoteOperationContext.SetOperand 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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。
- 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。
- operand
-
Object
Platform::Object
IInspectable
操作数值。
- operandInterfaceId
-
Guid
Platform::Guid
winrt::guid
操作数的接口标识符。
- 属性