PrinterDiscoverySession.Printers 属性

定义

获取此会话中报告的打印机。

public System.Collections.Generic.IList<Android.Print.PrinterInfo> Printers { [Android.Runtime.Register("getPrinters", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getPrinters", "()Ljava/util/List;", "")>]
member this.Printers : System.Collections.Generic.IList<Android.Print.PrinterInfo>

属性值

打印机。

属性

注解

获取此会话中报告的打印机。 例如,如果添加两个打印机并删除其中一个打印机,则返回的列表将仅包含添加但未删除的打印机。

<strong>Note: </strong> Calls to this method after the session is destroyed, that is after the #onDestroy() callback, will be ignored.

适用于 . 的 android.printservice.PrinterDiscoverySession.getPrinters()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

另请参阅