PrintPortProperty.Implicit(PrintPortProperty to PrintPort) Operador

Definición

Proporciona la conversión implícita en un valor de PrintPort de un puntero a PrintPortProperty.

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

Parámetros

attribRef
PrintPortProperty

Puntero al objeto PrintPortProperty que se convierte.

Devoluciones

La forma del valor PrintPort convertido a un objeto PrintPortProperty.

Se aplica a