Share via


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

适用于