PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) 操作员

定义

提供从指针到 a 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的值。

适用于