PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) Operator

Definition

Ger implicit konvertering till en PrintDriver från en pekare till en PrintDriverProperty.

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

Parametrar

attribRef
PrintDriverProperty

Pekaren till en PrintDriverProperty som konverteras.

Returer

A PrintDriver som är det konverterade värdet för PrintDriverProperty.

Gäller för