PrintServerProperty.Implicit(PrintServerProperty to PrintServer) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.