你好,
我在最新的IoT Core Preview版本中测试了以下代码,
async private void printButton_Click(object sender,
RoutedEventArgs e)
{
try
{
// Show print UI
await Windows.Graphics.Printing.PrintManager.ShowPrintUIAsync();
}
catch
{
// Printing cannot proceed/not suported at this time
}
}
但是抛出了异常,应该是还没有支持。
Keep Fighting