PrintInt32Property.Implicit(PrintInt32Property to Int32) Operator

Definition

Provides implicit conversion to an Int32 from a pointer to 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

Parameters

attribRef
PrintInt32Property

A pointer to the PrintInt32Property that is converted.

Returns

The converted PrintInt32Property object to an Int32 object.

Applies to