Compartir a través de


CoreAutomationRemoteOperationContext.SetOperand Método

Definición

Sobrecargas

SetOperand(AutomationRemoteOperationOperandId, Object)

Establece un valor de operando para una llamada de extensión ICoreAutomationRemoteOperationExtensionProvider .

SetOperand(AutomationRemoteOperationOperandId, Object, Guid)

Establece un valor de operando para una llamada de extensión ICoreAutomationRemoteOperationExtensionProvider .

SetOperand(AutomationRemoteOperationOperandId, Object)

Establece un valor de operando para una llamada de extensión 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)

Parámetros

id
AutomationRemoteOperationOperandId

Identificador del operando.

operand
Object

Platform::Object

IInspectable

Valor del operando.

Atributos

Consulte también

Se aplica a

SetOperand(AutomationRemoteOperationOperandId, Object, Guid)

Establece un valor de operando para una llamada de extensión 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)

Parámetros

id
AutomationRemoteOperationOperandId

Identificador del operando.

operand
Object

Platform::Object

IInspectable

Valor del operando.

operandInterfaceId
Guid

Platform::Guid

winrt::guid

Identificador de interfaz del operando.

Atributos

Consulte también

Se aplica a