PrintProcessorProperty.Implicit Opérateur

Définition

Fournit la conversion implicite d'une valeur PrintProcessor à partir d'un pointeur vers 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

Paramètres

attribRef
PrintProcessorProperty

Pointeur vers le PrintProcessorProperty qui est converti.

Retours

Valeur PrintProcessor de PrintProcessorProperty.

S’applique à