PrintPortProperty.Implicit(PrintPortProperty to PrintPort) 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 a PrintPort value from a pointer to a PrintPortProperty.
public:
static operator System::Printing::PrintPort ^(System::Printing::IndexedProperties::PrintPortProperty ^ attribRef);
public static implicit operator System.Printing.PrintPort (System.Printing.IndexedProperties.PrintPortProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintPortProperty -> System.Printing.PrintPort
Public Shared Widening Operator CType (attribRef As PrintPortProperty) As PrintPort
Parameters
- attribRef
- PrintPortProperty
A pointer to the PrintPortProperty that is converted.
Returns
The converted PrintPort value form a PrintPortProperty object.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.