Condividi tramite


PrintServerProperty.Implicit(PrintServerProperty to PrintServer) Operatore

Definizione

Fornisce la conversione implicita a un valore PrintServer da un puntatore a un oggetto 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

Parametri

attribRef
PrintServerProperty

Puntatore all'oggetto PrintServerProperty convertito.

Restituisce

Oggetto PrintServer che rappresenta il valore convertito.

Si applica a