PrintServerProperty.Implicit(PrintServerProperty to PrintServer) Operador

Definição

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

Retornos

Esse PrintServer é o valor convertido.

Aplica-se a