Print3DWorkflowPrintRequestedEventArgs.SetExtendedStatus Method
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.
Sets the extended status of the print request.
public:
virtual void SetExtendedStatus(Print3DWorkflowDetail value) = SetExtendedStatus;
void SetExtendedStatus(Print3DWorkflowDetail const& value);
public void SetExtendedStatus(Print3DWorkflowDetail value);
function setExtendedStatus(value)
Public Sub SetExtendedStatus (value As Print3DWorkflowDetail)
Parameters
- value
- Print3DWorkflowDetail
The extended status of the print request.
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|