PrintJobStatusProperty.Implicit 運算子

定義

提供由指標的 PrintJobStatus 值至 PrintJobStatusProperty 的隱含轉換。

public:
 static operator System::Printing::PrintJobStatus(System::Printing::IndexedProperties::PrintJobStatusProperty ^ attribRef);
public static implicit operator System.Printing.PrintJobStatus (System.Printing.IndexedProperties.PrintJobStatusProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintJobStatusProperty -> System.Printing.PrintJobStatus
Public Shared Widening Operator CType (attribRef As PrintJobStatusProperty) As PrintJobStatus

參數

attribRef
PrintJobStatusProperty

已轉換的 PrintJobStatusProperty 指標。

傳回

PrintJobStatus,為指標的轉換後值。

適用於