Share via


PrintServerProperty.Implicit(PrintServerProperty to PrintServer) Operador

Definición

Proporciona la conversión implícita en un valor de PrintServer de un puntero a PrintServerProperty.

public:
 static operator System::Printing::PrintServer ^(System::Printing::IndexedProperties::PrintServerProperty ^ attribRef);
public static implicit operator System.Printing.PrintServer (System.Printing.IndexedProperties.PrintServerProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintServerProperty -> System.Printing.PrintServer
Public Shared Widening Operator CType (attribRef As PrintServerProperty) As PrintServer

Parámetros

attribRef
PrintServerProperty

Puntero al objeto PrintServerProperty que se convierte.

Devoluciones

PrintServer que es el valor convertido.

Se aplica a