PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) Opérateur

Définition

Fournit la conversion implicite d'un pointeur vers PrintDriver 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

Paramètres

attribRef
PrintDriverProperty

Pointeur vers un PrintDriverProperty converti.

Retours

PrintDriver qui représente la valeur convertie de PrintDriverProperty.

S’applique à