Share via


PrintJobStatusProperty.Implicit Operador

Definición

Proporciona la conversión implícita en un valor de PrintJobStatus de un puntero a 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

Parámetros

attribRef
PrintJobStatusProperty

Puntero al objeto PrintJobStatusProperty que se convierte.

Devoluciones

Un PrintJobStatus que es el valor convertido del puntero.

Se aplica a