PrintNotificationEventDetails.EventData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定列印通知事件的事件資料。
public:
property Platform::String ^ EventData { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring EventData();
void EventData(winrt::hstring value);
public string EventData { get; set; }
var string = printNotificationEventDetails.eventData;
printNotificationEventDetails.eventData = string;
Public Property EventData As String
屬性值
列印通知事件資料。
備註
屬性是格式化為字串的巢狀 XML。 若要取得這個屬性,請剖析內嵌在 中的 <Envelope>
Bidi 要求和回應架構,並遵循 AsyncUI 的 balloonUI 元素訊息,其中包含 動作 元素。
動作元素包含 <Envelope>
找到 Bidi 回應架構的 。 檢查 Bidi 回應以判斷事件的原因。