PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.