Share via


PrintInt32Property.Implicit(PrintInt32Property to Int32) Operador

Definición

Proporciona la conversión implícita en un valor de tipo Int32 de un puntero a 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

Parámetros

attribRef
PrintInt32Property

Puntero al objeto PrintInt32Property que se convierte.

Devoluciones

El objeto PrintInt32Property convertido en un objeto Int32.

Se aplica a