PrintInt32Property.Implicit(PrintInt32Property to Int32) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.