次の方法で共有


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

適用対象