共用方式為


Print3DWorkflowPrintRequestedEventArgs.ExtendedStatus 屬性

定義

取得或設定列印要求的擴充狀態。

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

屬性值

列印要求的擴充狀態。

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.Devices.Printers.Extensions.ExtensionsContract (已於 v1.0 引進)

備註

只有 Windows 10 10.0.10240 版才支援此方法。 此方法已在更新版本中移除。

適用於