PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) 運算子

定義

提供由指標的 PrintDriverPrintDriverProperty 的隱含轉換。

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 的轉換後值。

適用於