Share via


PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) Operador

Definición

Proporciona la conversión implícita en un valor de tipo PrintDriver de un puntero a un objeto PrintDriverProperty.

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

Parámetros

attribRef
PrintDriverProperty

Puntero al objeto PrintDriverProperty que se convierte.

Devoluciones

PrintDriver que es el valor convertido de PrintDriverProperty.

Se aplica a