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

戻り値

変換された PrintPort の値のフォーム PrintPortProperty のオブジェクトです。

適用対象