Print3DWorkflowPrintRequestedEventArgs.ExtendedStatus Property
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.
Gets or sets the extended status of the print request.
public:
property Print3DWorkflowDetail ExtendedStatus { Print3DWorkflowDetail get(); void set(Print3DWorkflowDetail value); };
Print3DWorkflowDetail ExtendedStatus();
void ExtendedStatus(Print3DWorkflowDetail value);
public Print3DWorkflowDetail ExtendedStatus { get; set; }
var print3DWorkflowDetail = print3DWorkflowPrintRequestedEventArgs.extendedStatus;
print3DWorkflowPrintRequestedEventArgs.extendedStatus = print3DWorkflowDetail;
Public Property ExtendedStatus As Print3DWorkflowDetail
Property Value
The extended status of the print request.
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Devices.Printers.Extensions.ExtensionsContract (introduced in v1.0)
|
Remarks
This method is supported only in Windows 10 version 10.0.10240. This method was removed in later versions.