PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece conversão implícita em um PrintDriver de um ponteiro para um 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
Parâmetros
- attribRef
- PrintDriverProperty
O ponteiro para um PrintDriverProperty que é convertido.
Retornos
Um PrintDriver valor convertido do PrintDriverProperty.