共用方式為


requestClose 元素

選擇性 requestClose 元素可用來關閉用戶端電腦上的事件通知訊息。

requestClose 元素定義在此 URI 的 asyncui 命名空間中:

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

某些語言和國家/地區可能無法使用此資源。

使用方式

<requestClose/>

屬性

沒有屬性。

子元素

沒有子元素。

父元素

元素 Description
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