Поделиться через


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

Идентификатор операнда.

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

Идентификатор операнда.

operand
Object

Platform::Object

IInspectable

Значение операнда.

operandInterfaceId
Guid

Platform::Guid

winrt::guid

Идентификатор интерфейса операнда.

Атрибуты

См. также раздел

Применяется к