Modifier

PrintJobStatusProperty.Implicit Operator

Definition

Provides implicit conversion to a PrintJobStatus value from a pointer to 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

Parameters

attribRef
PrintJobStatusProperty

A pointer to the PrintJobStatusProperty that is converted.

Returns

A PrintJobStatus that is the converted value of the pointer.

Applies to