Condividi tramite


PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) Operatore

Definizione

Fornisce la conversione implicita a un oggetto PrintDriver da un puntatore a un oggetto 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

Parametri

attribRef
PrintDriverProperty

Puntatore all'oggetto PrintDriverProperty convertito.

Restituisce

Oggetto PrintDriver che rappresenta il valore convertito di PrintDriverProperty.

Si applica a