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,它是指针的已转换值。

适用于