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

適用対象