PrintJobStatusProperty.Implicit Operatore

Definizione

Fornisce la conversione implicita a un valore PrintJobStatus da un puntatore a un oggetto 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

Parametri

attribRef
PrintJobStatusProperty

Puntatore all'oggetto PrintJobStatusProperty convertito.

Restituisce

Oggetto PrintJobStatus che rappresenta il valore convertito del puntatore.

Si applica a