PrintTicketProperty.Implicit(PrintTicketProperty to PrintTicket) Operator

Definition

Provides implicit conversion to a PrintTicket value from a pointer to 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

Parameters

attribRef
PrintTicketProperty

A pointer to the PrintTicketProperty that is converted.

Returns

A converted PrintTicketProperty object to a PrintTicket value.

Applies to