Share via


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 值。

适用于