PrintProcessorProperty.Implicit 演算子

定義

PrintProcessor へのポインターから PrintProcessorProperty 値への暗黙の型変換を提供します。

public:
 static operator System::Printing::PrintProcessor ^(System::Printing::IndexedProperties::PrintProcessorProperty ^ attribRef);
public static implicit operator System.Printing.PrintProcessor (System.Printing.IndexedProperties.PrintProcessorProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintProcessorProperty -> System.Printing.PrintProcessor
Public Shared Widening Operator CType (attribRef As PrintProcessorProperty) As PrintProcessor

パラメーター

attribRef
PrintProcessorProperty

変換される PrintProcessorProperty へのポインター。

戻り値

PrintProcessorPrintProcessorProperty 値。

適用対象