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。 若要获取此属性,请在 AsyncUI 的 balloonUI 元素消息(其中包含 action 元素)之后分析嵌入在 中的 <Envelope>
Bidi 请求和响应架构。
操作元素包含<Envelope>
可找到 Bidi 响应架构的 。 检查 Bidi 响应以确定事件的原因。