PrintPortProperty.Implicit(PrintPortProperty to PrintPort) Operator

Definition

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