PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) Operador

Definição

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.

Aplica-se a