requestClose 元素

可选的 requestClose 元素用于关闭客户端计算机上的事件通知消息。

requestClose 元素在此 URI 的 asyncui 命名空间中定义:

https://schemas.microsoft.com/2003/print/asyncui/v1/request

此资源可能在某些语言和国家/地区不可用。

使用情况

<requestClose/>

属性

没有属性。

子元素

没有子元素。

父元素

元素 说明
asyncPrintUIRequest 描述打印机驱动程序发出的在客户端计算机上创建消息的请求的必需元素。

示例

下面的代码示例演示如何在“ 确定 ”按钮捕获消息框上的按钮单击后关闭事件通知。

<?xml version="1.0" ?>
   <asyncPrintUIResponse
    xmlns="https://schemas.microsoft.com/2003/print/asyncui/v1/response">
    <v1>
      <requestClose>
        <messageBoxUI>
          <buttonID>IDOK</buttonID>
        </messageBoxUI>
      </requestClose>
    </v1>
  </asyncPrintUIResponse>

另请参阅

asyncPrintUIRequest

requestOpen