次の方法で共有


PrintTicketProperty.Implicit(PrintTicketProperty to PrintTicket) 演算子

定義

PrintTicket へのポインターから PrintTicketProperty 値への暗黙の型変換を提供します。

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

パラメーター

attribRef
PrintTicketProperty

変換される PrintTicketProperty へのポインター。

戻り値

PrintTicket の値に変換された PrintTicketProperty オブジェクト。

適用対象