Share via


PrintTicketProperty.Implicit(PrintTicketProperty to PrintTicket) Operador

Definición

Proporciona la conversión implícita en un valor de PrintTicket de un puntero a PrintTicketProperty.

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

Parámetros

attribRef
PrintTicketProperty

Puntero al objeto PrintTicketProperty que se convierte.

Devoluciones

Un objeto PrintTicketProperty convertido en un valor PrintTicket.

Se aplica a