AutomationRemoteOperationResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供对 CoreAutomationRemoteOperation) 执行结果 (状态和远程对象的访问。
public ref class AutomationRemoteOperationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.UIAutomation.UIAutomationContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AutomationRemoteOperationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.UIAutomation.UIAutomationContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AutomationRemoteOperationResult
Public NotInheritable Class AutomationRemoteOperationResult
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10, version 2104 (在 10.0.20348.0 中引入)
|
API contract |
Windows.UI.UIAutomation.UIAutomationContract (在 v1.0 中引入)
|
注解
此运行时类的实例由 CoreAutomationRemoteOperation.Execute (System.Byte[]) 方法返回。
属性
ErrorLocation | |
ExtendedError |
获取远程操作 Status 返回 |
Status |
获取 CoreAutomationRemoteOperation 的执行状态。 |
方法
GetOperand(AutomationRemoteOperationOperandId) |
检索从 UIA 提供程序上的远程操作返回的值。 |
HasOperand(AutomationRemoteOperationOperandId) |
检索一个值,该值指示指定的操作数是否具有从 UIA 提供程序上的远程操作返回的值。 |