Sdílet prostřednictvím


WorkflowPrintTicket.NotifyXmlChangedAsync Method

Definition

Notifies the print system that the XML DOM object has changed.

public:
 virtual IAsyncAction ^ NotifyXmlChangedAsync() = NotifyXmlChangedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction NotifyXmlChangedAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction NotifyXmlChangedAsync();
function notifyXmlChangedAsync()
Public Function NotifyXmlChangedAsync () As IAsyncAction

Returns

This method does not return a value.

Attributes

Remarks

This method should be called when the client has made direct modifications to the XML PrintTicket document.

Applies to