PrintQueueProperty.Implicit(PrintQueueProperty to PrintQueue) Operator

Definition

Provides implicit conversion to a PrintQueue value from a pointer to a PrintQueueProperty.

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

Parameters

attribRef
PrintQueueProperty

A pointer to the PrintQueueProperty that is converted.

Returns

A PrintQueue that is the converted value of the PrintQueueProperty.

Applies to