言語

PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) Operator

定義

ポインターから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

適用対象