PrintTicketProperty.Implicit(PrintTicketProperty to PrintTicket) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.