共用方式為


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 物件。

適用於