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 une conversion implicite vers un PrintDriver pointeur vers un 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 pointeur converti.
Retours
Valeur PrintDriver convertie du PrintDriverProperty.