次の方法で共有


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 オブジェクトです。

適用対象