Share via


PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) Operador

Definição

Fornece a conversão implícita para um PrintDriver de um ponteiro em 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 convertido.

Retornos

Um PrintDriver que é o valor convertido do PrintDriverProperty.

Aplica-se a