Share via


PrintInt32Property.Implicit(PrintInt32Property to Int32) 运算符

定义

提供从指向 Int32 的指针到 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

参数

attribRef
PrintInt32Property

已转换的指向 PrintInt32Property 的指针。

返回

针对 Int32 对象的 PrintInt32Property 对象。

适用于