PrintPortProperty.Implicit(PrintPortProperty to PrintPort) 運算子

定義

提供由指標的 PrintPort 值至 PrintPortProperty 的隱含轉換。

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

參數

attribRef
PrintPortProperty

已轉換的 PrintPortProperty 指標。

傳回

從 PrintPortProperty 物件所轉換的 PrintPort 值。

適用於