PrinterInfo.Builder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PrinterInfo.Builder(PrinterInfo) |
Constructor. |
PrinterInfo.Builder(PrinterId, String, PrinterStatus) |
Constructor. |
PrinterInfo.Builder(PrinterInfo)
Constructor.
[Android.Runtime.Register(".ctor", "(Landroid/print/PrinterInfo;)V", "")]
public Builder (Android.Print.PrinterInfo other);
[<Android.Runtime.Register(".ctor", "(Landroid/print/PrinterInfo;)V", "")>]
new Android.Print.PrinterInfo.Builder : Android.Print.PrinterInfo -> Android.Print.PrinterInfo.Builder
Parameters
- other
- PrinterInfo
Other info from which to start building.
- Attributes
Remarks
Constructor.
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
PrinterInfo.Builder(PrinterId, String, PrinterStatus)
Constructor.
[Android.Runtime.Register(".ctor", "(Landroid/print/PrinterId;Ljava/lang/String;I)V", "")]
public Builder (Android.Print.PrinterId printerId, string name, Android.Print.PrinterStatus status);
[<Android.Runtime.Register(".ctor", "(Landroid/print/PrinterId;Ljava/lang/String;I)V", "")>]
new Android.Print.PrinterInfo.Builder : Android.Print.PrinterId * string * Android.Print.PrinterStatus -> Android.Print.PrinterInfo.Builder
Parameters
- printerId
- PrinterId
The printer id. Cannot be null.
- name
- String
The printer name. Cannot be empty.
- status
- PrinterStatus
The printer status. Must be a valid status.
- Attributes
Remarks
Constructor.
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.