PrintJobStatusProperty.Implicit Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt eine implizite Konvertierung in einen Wert von einem PrintJobStatus Zeiger in ein 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
Parameter
- attribRef
- PrintJobStatusProperty
Ein Zeiger auf das PrintJobStatusProperty konvertierte Element.
Gibt zurück
A PrintJobStatus that is the converted value of the pointer.