PrintProcessorProperty.Implicit Operatore

Definizione

Fornisce la conversione implicita a un valore PrintProcessor da un puntatore a un oggetto PrintProcessorProperty.

public:
 static operator System::Printing::PrintProcessor ^(System::Printing::IndexedProperties::PrintProcessorProperty ^ attribRef);
public static implicit operator System.Printing.PrintProcessor (System.Printing.IndexedProperties.PrintProcessorProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintProcessorProperty -> System.Printing.PrintProcessor
Public Shared Widening Operator CType (attribRef As PrintProcessorProperty) As PrintProcessor

Parametri

attribRef
PrintProcessorProperty

Puntatore all'oggetto PrintProcessorProperty convertito.

Restituisce

Valore ìPrintProcessor del PrintProcessorProperty.

Si applica a