共用方式為


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

適用於