Aracılığıyla paylaş


PrintManager.PrintJobs Property

Definition

Gets the print jobs for this application.

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

Property Value

The print job list.

Attributes

Remarks

Gets the print jobs for this application.

Java documentation for android.print.PrintManager.getPrintJobs().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also