Поделиться через


PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) Оператор

Определение

Предоставляет неявное преобразование из значения PrintDriver, взятого из указателя, в значение 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

Параметры

attribRef
PrintDriverProperty

Указатель на преобразуемый объект PrintDriverProperty.

Возвращаемое значение

Объект PrintDriver, представляющий преобразованное значение PrintDriverProperty.

Применяется к