Share via


PrintServerProperty.Implicit(PrintServerProperty to PrintServer) Operador

Definição

Fornece a conversão implícita para um valor PrintServer de um ponteiro em um 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

Um ponteiro para o PrintServerProperty convertido.

Retornos

O PrintServer que é o valor convertido.

Aplica-se a