PrintProcessorProperty.Implicit 操作员

定义

提供从指针到 PrintProcessor a . 的值 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

适用于