Partager via


PrintInt32Property.Implicit(PrintInt32Property to Int32) Opérateur

Définition

Fournit la conversion implicite en Int32 d'un pointeur vers PrintInt32Property.

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

Paramètres

attribRef
PrintInt32Property

Pointeur vers le PrintInt32Property qui est converti.

Retours

Objet PrintInt32Property converti sous forme d'objet Int32.

S’applique à