Share via


PrintServerProperty.Implicit(PrintServerProperty to PrintServer) Opérateur

Définition

Fournit la conversion implicite d'une valeur PrintServer à partir d'un pointeur vers 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

Paramètres

attribRef
PrintServerProperty

Pointeur vers le PrintServerProperty qui est converti.

Retours

PrintServer qui représente la valeur convertie.

S’applique à