PrintInt32Property.Implicit(PrintInt32Property to Int32) Operador

Definición

Proporciona la conversión implícita a un 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 PrintInt32Property objeto que se convierte.

Devoluciones

Objeto PrintInt32Property convertido en un objeto Int32.

Se aplica a