PrintInt32Property.Implicit(PrintInt32Property to Int32) Operator

定義

ポインターからPrintInt32PropertyへのInt32への暗黙的な変換を提供します。

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 へのポインター。

返品

変換された PrintInt32Property オブジェクトを Int32 オブジェクトに変換します。

適用対象