PrintPortProperty.Implicit(PrintPortProperty to PrintPort) Operator

定義

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 へのポインター。

返品

変換された PrintPort 値は、PrintPortProperty オブジェクトを形成します。

適用対象